Home
last modified time | relevance | path

Searched refs:x86_add_exclusive (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/x86/events/intel/
Dbts.c564 if (x86_add_exclusive(x86_lbr_exclusive_bts)) in bts_event_init()
Dpt.c1676 if (x86_add_exclusive(x86_lbr_exclusive_pt)) in pt_event_init()
1722 x86_add_exclusive(x86_lbr_exclusive_pt); in pt_init()
Dcore.c3533 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_bts_config()
3587 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_hw_config()
/Linux-v5.10/arch/x86/events/
Dperf_event.h959 int x86_add_exclusive(unsigned int what);
Dcore.c402 int x86_add_exclusive(unsigned int what) in x86_add_exclusive() function