Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dp6.c203 .handle_irq = x86_pmu_handle_irq,
H A Dcore.c5339 .handle_irq = x86_pmu_handle_irq,
/linux/arch/x86/events/
H A Dcore.c65 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);
1670 int x86_pmu_handle_irq(struct pt_regs *regs) in x86_pmu_handle_irq() function
1748 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()
2006 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()