-
Notifications
You must be signed in to change notification settings - Fork 28
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
Rework sampling trace counter names + new trace counters #30
Conversation
jrmadsen
commented
Jun 8, 2022
- reformulate trace counter names for easier comparison
- Closes Reformulate TRACE_COUNTER names for readability #24
- new process-level trace counters for context switches (thread sampling)
- new process-level trace counters for page faults (thread sampling)
- new process-level trace counters for CPU time (thread sampling)
- new thread-level trace counters for context switches (sampling)
- new thread-level trace counters for page faults (sampling)
- reformulate trace counter names for easier comparison (thread sampling) - new process-level trace counters for context switches (thread sampling) - new process-level trace counters for page faults (thread sampling) - new process-level trace counters for CPU time (thread sampling) - new thread-level trace counters for context switches (sampling) - new thread-level trace counters for page faults (sampling)
e5ebe74
to
aaa5fe2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good to me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good.