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

Disable JitFunctionAdd and CSwitch markers by default, and add arguments to get them back. #445

Merged
merged 2 commits into from
Dec 7, 2024

Conversation

mstange
Copy link
Owner

@mstange mstange commented Dec 7, 2024

This adds a --jit-markers and a --cswitch-markers command line flag.

The JitFunctionAdd markers are usually not needed and
they can bloat profile sizes by a fair amount.
This allows using --per-cpu-threads without bloating the profile size too much.

Sometimes you just want to see samples across all threads and don't care
when exactly each thread started and stopped running on a CPU.
@mstange mstange merged commit 250c937 into main Dec 7, 2024
15 checks passed
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