Page MenuHomeFreeBSD

libpmc: add some AMD pmu counter aliases
ClosedPublic

Authored by mhorne on Sep 27 2021, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 12:29 AM
Unknown Object (File)
Sat, Apr 13, 12:28 AM
Unknown Object (File)
Wed, Apr 10, 4:20 PM
Unknown Object (File)
Tue, Mar 26, 2:27 PM
Unknown Object (File)
Fri, Mar 22, 2:17 PM
Unknown Object (File)
Mar 19 2024, 6:04 AM
Unknown Object (File)
Mar 12 2024, 8:26 PM
Unknown Object (File)
Mar 4 2024, 4:00 AM
Subscribers

Details

Summary

Make it mostly compatible with what's defined for Intel. Except where
noted, these are defined for all of amdzen(1|2|3).

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/libpmc/libpmc_pmu_util.c
97

where does this one come from?

lib/libpmc/libpmc_pmu_util.c
97

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.

Drop non-functional 'cycles' alias in favor of D32197.

This revision is now accepted and ready to land.Sep 28 2021, 3:07 PM
This revision was automatically updated to reflect the committed changes.