-
Notifications
You must be signed in to change notification settings - Fork 13
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
Enable all pre-defined events as listed at perf list #29
Labels
Comments
Hi, here's a one-liner for checks and its output. I highlighted some events, which I expected to work out-of-the-box:
|
A better one-liner:
With the current HEAD, the list is significantly shorter:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
please make events, defined in
enum perf_hw_id
,enum perf_hw_cache*id
, andenum perf_sw_ids
available under the naming scheme used in perf list,e.g.,
lo2s -e minor-faults ...
should map to
PERF_COUNT_SW_PAGE_FAULTS_MIN
The text was updated successfully, but these errors were encountered: