Searched refs:x86_pmu_pebs_disable_all (Results 1 – 3 of 3) sorted by relevance
106 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()
1176 DECLARE_STATIC_CALL(x86_pmu_pebs_disable_all, *x86_pmu.pebs_disable_all);
2521 static_call_cond(x86_pmu_pebs_disable_all)(); in intel_pmu_disable_all() local