Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpmclog.h124 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE)
H A Dpmc.h385 #define PMC_CC_F_USERSPACE 0x01 /*userspace callchain*/ macro
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c4644 ps->ps_flags = inuserspace ? PMC_CC_F_USERSPACE : 0; in pmc_add_sample()
4901 if (ps->ps_flags & PMC_CC_F_USERSPACE) { in pmc_process_samples()