Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/
Dcore.c75 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
1508 static_call(x86_pmu_set_period)(event); in x86_pmu_start() local
1699 if (!static_call(x86_pmu_set_period)(event)) in x86_pmu_handle_irq()
2015 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update()
Dperf_event.h1048 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
/linux-6.1.9/arch/x86/events/intel/
Dp4.c1070 if (!static_call(x86_pmu_set_period)(event)) in p4_pmu_handle_irq()
Dcore.c2335 static_call(x86_pmu_set_period)(event); in intel_pmu_nhm_workaround() local
2825 return static_call(x86_pmu_set_period)(event); in intel_pmu_save_and_restart()