Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/intel/
H A Dbts.c570 if (x86_add_exclusive(x86_lbr_exclusive_bts)) in bts_event_init()
H A Dpt.c1729 if (x86_add_exclusive(x86_lbr_exclusive_pt)) in pt_event_init()
1775 x86_add_exclusive(x86_lbr_exclusive_pt); in pt_init()
H A Dcore.c3828 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_bts_config()
3922 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_hw_config()
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1116 int x86_add_exclusive(unsigned int what);
H A Dcore.c431 int x86_add_exclusive(unsigned int what) in x86_add_exclusive() function