Searched refs:__PMC_CLASS (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | pmc.h | 139 __PMC_CLASS(TSC, 0x00, "CPU Timestamp counter") \ 140 __PMC_CLASS(K8, 0x02, "AMD K8 performance counters") \ 141 __PMC_CLASS(IAF, 0x06, "Intel Core2/Atom, fixed function") \ 142 __PMC_CLASS(IAP, 0x07, "Intel Core...Atom, programmable") \ 143 __PMC_CLASS(UCF, 0x08, "Intel Uncore fixed function") \ 144 __PMC_CLASS(UCP, 0x09, "Intel Uncore programmable") \ 145 __PMC_CLASS(XSCALE, 0x0A, "Intel XScale counters") \ 146 __PMC_CLASS(PPC7450, 0x0D, "Motorola MPC7450 class") \ 147 __PMC_CLASS(PPC970, 0x0E, "IBM PowerPC 970 class") \ 148 __PMC_CLASS(SOFT, 0x0F, "Software events") \ [all …]
|
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 258 #undef __PMC_CLASS 259 #define __PMC_CLASS(S,V,D) { .pm_class = PMC_CLASS_##S, .pm_name = #S } , macro
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 5337 #undef __PMC_CLASS in pmc_name_of_pmcclass() 5338 #define __PMC_CLASS(S,V,D) \ in pmc_name_of_pmcclass() macro
|