Home
last modified time | relevance | path

Searched refs:__PMC_DISP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpmc.h260 __PMC_DISP(STANDALONE) /* global/disabled counters */ \
261 __PMC_DISP(FREE) /* free/available */ \
262 __PMC_DISP(THREAD) /* thread-virtual PMCs */ \
263 __PMC_DISP(UNKNOWN) /* sentinel */
266 #undef __PMC_DISP
267 #define __PMC_DISP(D) PMC_DISP_##D , macro
/freebsd/lib/libpmc/
H A Dlibpmc.c275 #undef __PMC_DISP
276 #define __PMC_DISP(D) #D , macro