Closed GitMensch closed 1 month 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] ...
m_parserArgs[1]
ping @milianw for answering the review comments, enabling me to push an updated version for merge
rebased + changed the lamda + added a check for "no magic header in compressed file"
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]
...