Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dlbr.c1612 x86_pmu.flags |= PMU_FL_BR_CNTR; in intel_pmu_arch_lbr_init()
H A Dcore.c3986 if (!(x86_pmu.flags & PMU_FL_BR_CNTR) || in intel_pmu_hw_config()
4767 if (x86_pmu.flags & (PMU_FL_EXCL_CNTRS | PMU_FL_TFA | PMU_FL_BR_CNTR)) { in intel_cpuc_prepare()
5797 return (x86_pmu.flags & PMU_FL_BR_CNTR) ? attr->mode : 0; in lbr_is_visible()
/linux/arch/x86/events/
H A Dperf_event.h1047 #define PMU_FL_BR_CNTR 0x400 /* Support branch counter logging */ macro