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

retsnoop: make func call trace and call stack modes independent #69

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

anakryiko
Copy link
Owner

Make it possible to have only function trace mode without emitting call stack traces, and vice versa. For function trace-only mode switch the default to allow capturing success stacks, as that's the most typical assumption. For call stack mode still default to emitting erroring stacks only, by default. Allow to force it one way or the other with -Sn or -Sy/-S arguments.

Make it possible to have only function trace mode without emitting call
stack traces, and vice versa. For function trace-only mode switch the
default to allow capturing success stacks, as that's the most typical
assumption. For call stack mode still default to emitting erroring
stacks only, by default. Allow to force it one way or the other with -Sn
or -Sy/-S arguments.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
@anakryiko anakryiko merged commit 503e7cd into master Jul 26, 2024
2 checks passed
@anakryiko anakryiko deleted the retsnoop-independent-modes branch July 26, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant