Make it mostly compatible with what's defined for Intel. Except where
noted, these are defined for all of amdzen(1|2|3).
Details
Details
- Reviewers
emaste - Group Reviewers
pmc - Commits
- rG3c01f7415067: libpmc: add some AMD pmu counter aliases
rGa20c10893eb1: libpmc: add some AMD pmu counter aliases
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 41812 Build 38701: arc lint + arc unit
Event Timeline
lib/libpmc/libpmc_pmu_util.c | ||
---|---|---|
98 | where does this one come from? |
lib/libpmc/libpmc_pmu_util.c | ||
---|---|---|
98 | It is meant to invoke the pmc.tsc(3) class, which has exactly one event that reads the TSC. I copied it from the Intel aliases above, but looking at it now, this doesn't actually work... I will move this alias out of this file to a more appropriate place. |