Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDpmc.h134 __PMC_CLASS(TSC, 0x00, "CPU Timestamp counter") \
135 __PMC_CLASS(K7, 0x01, "AMD K7 performance counters") \
136 __PMC_CLASS(K8, 0x02, "AMD K8 performance counters") \
137 __PMC_CLASS(P5, 0x03, "Intel Pentium counters") \
138 __PMC_CLASS(P6, 0x04, "Intel Pentium Pro counters") \
139 __PMC_CLASS(P4, 0x05, "Intel Pentium-IV counters") \
140 __PMC_CLASS(IAF, 0x06, "Intel Core2/Atom, fixed function") \
141 __PMC_CLASS(IAP, 0x07, "Intel Core...Atom, programmable") \
142 __PMC_CLASS(UCF, 0x08, "Intel Uncore fixed function") \
143 __PMC_CLASS(UCP, 0x09, "Intel Uncore programmable") \
[all …]
/NextBSD/lib/libpmc/
HDlibpmc.c470 #undef __PMC_CLASS
471 #define __PMC_CLASS(S,V,D) { .pm_class = PMC_CLASS_##S, .pm_name = #S } , macro
/NextBSD/sys/dev/hwpmc/
HDhwpmc_mod.c4719 #undef __PMC_CLASS in pmc_name_of_pmcclass()
4720 #define __PMC_CLASS(S,V,D) \ in pmc_name_of_pmcclass() macro