Searched refs:__PMC_CLASS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dpmc.h145 __PMC_CLASS(TSC, 0x00, "CPU Timestamp counter") \
146 __PMC_CLASS(K7, 0x01, "AMD K7 performance counters") \
147 __PMC_CLASS(K8, 0x02, "AMD K8 performance counters") \
148 __PMC_CLASS(P5, 0x03, "Intel Pentium counters") \
149 __PMC_CLASS(P6, 0x04, "Intel Pentium Pro counters") \
150 __PMC_CLASS(P4, 0x05, "Intel Pentium-IV counters") \
151 __PMC_CLASS(IAF, 0x06, "Intel Core2/Atom, fixed function") \
152 __PMC_CLASS(IAP, 0x07, "Intel Core...Atom, programmable") \
153 __PMC_CLASS(UCF, 0x08, "Intel Uncore fixed function") \
154 __PMC_CLASS(UC
167 #undef __PMC_CLASS macro
168 #define __PMC_CLASS macro
[all...]
/freebsd-12-stable/lib/libpmc/
H A Dlibpmc.c283 #undef __PMC_CLASS macro
284 #define __PMC_CLASS(S,V,D) { .pm_class = PMC_CLASS_##S, .pm_name = #S } , macro
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c5432 #undef __PMC_CLASS macro
5433 #define __PMC_CLASS(S,V,D) \ macro

Completed in 145 milliseconds