Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dbts.c567 if (x86_add_exclusive(x86_lbr_exclusive_bts)) in bts_event_init()
H A Dpt.c1802 if (x86_add_exclusive(x86_lbr_exclusive_pt)) in pt_event_init()
1848 x86_add_exclusive(x86_lbr_exclusive_pt); in pt_init()
H A Dcore.c3902 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_bts_config()
4055 if (x86_add_exclusive(x86_lbr_exclusive_lbr)) in intel_pmu_hw_config()
/linux/arch/x86/events/
H A Dcore.c438 int x86_add_exclusive(unsigned int what) in x86_add_exclusive() function