Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dp6.c203 .handle_irq = x86_pmu_handle_irq,
H A Dcore.c4262 .handle_irq = x86_pmu_handle_irq,
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c62 DEFINE_STATIC_CALL_NULL(x86_pmu_handle_irq, *x86_pmu.handle_irq);
1624 int x86_pmu_handle_irq(struct pt_regs *regs) in x86_pmu_handle_irq() function
1699 ret = static_call(x86_pmu_handle_irq)(regs); in perf_event_nmi_handler()
1914 static_call_update(x86_pmu_handle_irq, x86_pmu.handle_irq); in x86_pmu_static_call_update()
H A Dperf_event.h1023 int x86_pmu_handle_irq(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dcore.c677 handled = x86_pmu_handle_irq(regs); in amd_pmu_handle_irq()