Searched refs:PMU_FL_BR_CNTR (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/events/
H A Dperf_event.h1022 #define PMU_FL_BR_CNTR 0x400 /* Support branch counter logging */ macro
/linux-master/arch/x86/events/intel/
H A Dlbr.c1611 x86_pmu.flags |= PMU_FL_BR_CNTR;
H A Dcore.c3923 if (!(x86_pmu.flags & PMU_FL_BR_CNTR) ||
4639 if (x86_pmu.flags & (PMU_FL_EXCL_CNTRS | PMU_FL_TFA | PMU_FL_BR_CNTR)) {
5643 return (x86_pmu.flags & PMU_FL_BR_CNTR) ? attr->mode : 0;

Completed in 176 milliseconds