Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dcore.c6529 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init_glc()
6551 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init_grt()
6795 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
6819 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
6852 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
7183 x86_pmu.lbr_pt_coexist = true; in intel_pmu_init()
/linux-6.15/arch/x86/events/
H A Dcore.c447 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_add_exclusive()
476 if (x86_pmu.lbr_pt_coexist && what == x86_lbr_exclusive_pt) in x86_del_exclusive()
H A Dperf_event.h915 bool lbr_pt_coexist; /* (LBR|BTS) may coexist with PT */ member