Searched refs:__PMC_CAP (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/sys/
H A Dpmc.h281 __PMC_CAP(INTERRUPT, 0, "generate interrupts") \
282 __PMC_CAP(USER, 1, "count user-mode events") \
283 __PMC_CAP(SYSTEM, 2, "count system-mode events") \
284 __PMC_CAP(EDGE, 3, "do edge detection of events") \
285 __PMC_CAP(THRESHOLD, 4, "ignore events below a threshold") \
286 __PMC_CAP(READ, 5, "read PMC counter") \
287 __PMC_CAP(WRITE, 6, "reprogram PMC counter") \
288 __PMC_CAP(INVERT, 7, "invert comparison sense") \
289 __PMC_CAP(QUALIFIER, 8, "further qualify monitored events") \
290 __PMC_CAP(PRECIS
296 #undef __PMC_CAP macro
297 #define __PMC_CAP macro
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c471 #undef __PMC_CAP macro
472 #define __PMC_CAP(N,V,D) #N , macro

Completed in 89 milliseconds