Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c106 DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
2112 static_call_update(x86_pmu_pebs_disable_all, x86_pmu.pebs_disable_all); in x86_pmu_static_call_update()
H A Dperf_event.h1176 DECLARE_STATIC_CALL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
/linux/arch/x86/events/intel/
H A Dcore.c2521 static_call_cond(x86_pmu_pebs_disable_all)(); in intel_pmu_disable_all() local