Searched refs:PMC_CC_F_USERSPACE (Results 1 – 3 of 3) sorted by relevance
124 #define PMC_CALLCHAIN_CPUFLAGS_TO_USERMODE(CF) ((CF) & PMC_CC_F_USERSPACE)
385 #define PMC_CC_F_USERSPACE 0x01 /*userspace callchain*/ macro
4644 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()