Bug 34633

Summary: flexible strace log filenames
Product: Sisyphus Reporter: nbr <nbr>
Component: straceAssignee: Dmitry V. Levin <ldv>
Status: NEW --- QA Contact: qa-sisyphus
Severity: enhancement    
Priority: P3 CC: ldv, placeholder
Version: unstable   
Hardware: all   
OS: Linux   

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.