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

/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h45 * __PMC_EV(CLASS, SYMBOLIC-NAME)
55 __PMC_EV(K7, DC_ACCESSES) \
56 __PMC_EV(K7, DC_MISSES) \
57 __PMC_EV(K7, DC_REFILLS_FROM_L2) \
58 __PMC_EV(K7, DC_REFILLS_FROM_SYSTEM) \
59 __PMC_EV(K7, DC_WRITEBACKS) \
60 __PMC_EV(K7, L1_DTLB_MISS_AND_L2_DTLB_HITS) \
61 __PMC_EV(K7, L1_AND_L2_DTLB_MISSES) \
62 __PMC_EV(K7, MISALIGNED_REFERENCES) \
63 __PMC_EV(K
[all...]
/freebsd-11-stable/sys/sys/
H A Dpmc.h311 #undef __PMC_EV macro
314 #define __PMC_EV(C,N) PMC_EV_ ## C ## _ ## N , macro
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c145 #undef __PMC_EV macro
146 #define __PMC_EV(C,N) { #N, PMC_EV_ ## C ## _ ## N }, macro

Completed in 95 milliseconds