Bug 34633 - flexible strace log filenames
Summary: flexible strace log filenames
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: strace (show other bugs)
Version: unstable
Hardware: all Linux
: P3 enhancement
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-12 17:17 MSK by nbr
Modified: 2018-03-12 17:17 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nbr 2018-03-12 17:17:18 MSK
It will be an interesting feature to be able to name files which
are produced by
strace -ff -o /tmp/name <something>
regarding on what is happening in those traces, like first exec filename or 
first call.
That will be of great help if you are tracing a file which forks a lot of subprocesses and you need to find the only one which exec'd the interesting image.
Of course those files should have a suffix with process id also.