Searched refs:__PMC_CAP (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | pmc.h | 281 __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(PRECISE, 9, "perform precise sampling") \ [all …]
|
/freebsd/lib/libpmc/ |
H A D | libpmc.c | 247 #undef __PMC_CAP 248 #define __PMC_CAP(N,V,D) #N , macro
|