Searched refs:x86_pmu_handle_irq (Results 1 – 3 of 3) sorted by relevance
203 .handle_irq = x86_pmu_handle_irq,
5339 .handle_irq = x86_pmu_handle_irq,
65 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() function1748 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()