KDAB / hotspot

The Linux perf GUI for performance analysis.
4.05k stars 250 forks source link

feat: allow handling of compressed perfparser files #663

Open GitMensch opened 2 months ago

GitMensch commented 2 months ago

all of the code was in place but checking for perfparser format used the original filename instead the temporary (unpacked) one

I guess that xz format is always available when KFArchive_FOUND is set - but if this isn't the case I'll change the test from xz to gz.

note: I'm open to suggestions for accessing the filename different than via m_parserArgs[1] ...

GitMensch commented 5 days ago

ping @milianw for answering the review comments, enabling me to push an updated version for merge