Home
last modified time | relevance | path

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

/linux/arch/x86/events/
H A Dcore.c82 DEFINE_STATIC_CALL_NULL(x86_pmu_set_period, *x86_pmu.set_period);
1381 static_call(x86_pmu_set_period)(event); in x86_pmu_enable() local
1550 static_call(x86_pmu_set_period)(event); in x86_pmu_start() local
1745 if (!static_call(x86_pmu_set_period)(event)) in x86_pmu_handle_irq()
2087 static_call_update(x86_pmu_set_period, x86_pmu.set_period); in x86_pmu_static_call_update()
H A Dperf_event.h1169 DECLARE_STATIC_CALL(x86_pmu_set_period, *x86_pmu.set_period);
/linux/arch/x86/events/intel/
H A Dds.c2919 static_call(x86_pmu_set_period)(event); in __intel_pmu_pebs_last_event() local
H A Dcore.c2664 static_call(x86_pmu_set_period)(event); in intel_pmu_nhm_workaround() local
3425 return static_call(x86_pmu_set_period)(event); in intel_pmu_save_and_restart()