Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpmclog.h126 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE)
H A Dpmc.h389 #define PMC_CC_F_USERSPACE 0x01 /*userspace callchain*/ macro