Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c7478 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init_glc()
7500 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init_grt()
7787 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
7811 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
7844 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
8187 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
/linux/arch/x86/events/
H A Dcore.c457 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_add_exclusive()
486 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_del_exclusive()
H A Dperf_event.h985 bool lbr_pt_coexist; /* (LBR|BTS) may coexist with PT */ member