Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dperf_event.h832 void (*pebs_enable_all)(void); member
1153 DECLARE_STATIC_CALL(x86_pmu_pebs_enable_all, *x86_pmu.pebs_enable_all);
H A Dcore.c102 DEFINE_STATIC_CALL_NULL(x86_pmu_pebs_enable_all, *x86_pmu.pebs_enable_all);
2072 static_call_update(x86_pmu_pebs_enable_all, x86_pmu.pebs_enable_all); in x86_pmu_static_call_update()
/linux/arch/x86/events/intel/
H A Dds.c3083 x86_pmu.pebs_enable_all = intel_pmu_pebs_enable_all; in intel_ds_pebs_init()