-
Notifications
You must be signed in to change notification settings - Fork 70
Discover perf_events from sysfs on ARM systems #249
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
Discover perf_events from sysfs on ARM systems #249
Conversation
This pull request was exported from Phabricator. Differential Revision: D56356533 |
Summary: ARM perf_events are discoverable under `/sys/bus/event_sources/devices/<pmu name>/events`. Add support for adding events to hbt's PmuManager based on these definitions. This is currently only supported for with configs with event:0-32 is only field. Differential Revision: D56356533
b78e5b8
to
db1d73a
Compare
This pull request was exported from Phabricator. Differential Revision: D56356533 |
Summary: ARM perf_events are discoverable under `/sys/bus/event_sources/devices/<pmu name>/events`. Add support for adding events to hbt's PmuManager based on these definitions. This is currently only supported for with configs with event:0-32 is only field. Differential Revision: D56356533
db1d73a
to
62f5d63
Compare
This pull request was exported from Phabricator. Differential Revision: D56356533 |
Summary: ARM perf_events are discoverable under `/sys/bus/event_sources/devices/<pmu name>/events`. Add support for adding events to hbt's PmuManager based on these definitions. This is currently only supported for with configs with event:0-32 is only field. Differential Revision: D56356533
62f5d63
to
1abef40
Compare
This pull request was exported from Phabricator. Differential Revision: D56356533 |
Summary: ARM perf_events are discoverable under `/sys/bus/event_sources/devices/<pmu name>/events`. Add support for adding events to hbt's PmuManager based on these definitions. This is currently only supported for with configs with event:0-32 is only field. Differential Revision: D56356533
1abef40
to
b1493e2
Compare
This pull request was exported from Phabricator. Differential Revision: D56356533 |
This pull request has been merged in c57ba0d. |
Summary:
ARM perf_events are discoverable under
/sys/bus/event_sources/devices/<pmu name>/events
.Add support for adding events to hbt's PmuManager based on these definitions. This is currently only supported for with configs with event:0-32 is only field.
Differential Revision: D56356533