Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/events/
H A Dcore.c77 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
1510 static_call(x86_pmu_set_period)(event); in x86_pmu_start() local
1702 if (!static_call(x86_pmu_set_period)(event)) in x86_pmu_handle_irq()
2016 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update()
H A Dperf_event.h1053 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
/openbmc/linux/arch/x86/events/intel/
H A Dp4.c1070 if (!static_call(x86_pmu_set_period)(event)) in p4_pmu_handle_irq()
H A Dcore.c2366 static_call(x86_pmu_set_period)(event); in intel_pmu_nhm_workaround() local
2856 return static_call(x86_pmu_set_period)(event); in intel_pmu_save_and_restart()