Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strace: introduce -fff for timestamp in filename #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

btwotch
Copy link

@btwotch btwotch commented Jun 10, 2019

this is useful when you strace a lot of processes and the pids
on your system wrap around; then output files will be appended.

this is useful when you strace a lot of processes and the pids
on your system wrap around; then output files will be appended.
@ldv-alt
Copy link
Member

ldv-alt commented Jun 26, 2019

git grep -F '"%s.%u"' shows that after_successful_attach is not the only place that deals with output file names.
Maybe it's time to move output file name to struct tcb.

@ashutosh887
Copy link

I would like to work on this Issue and resolve the conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants