Home
last modified time | relevance | path

Searched refs:perf_irq (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/arch/powerpc/kernel/
Dpmc.c39 perf_irq_t perf_irq = dummy_perf; variable
56 perf_irq = new_perf_irq ? new_perf_irq : dummy_perf; in reserve_pmc_hardware()
71 perf_irq = dummy_perf; in release_pmc_hardware()
Dtraps.c1907 perf_irq(regs); in DEFINE_INTERRUPT_HANDLER_NMI()
1918 perf_irq(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
/linux-6.1.9/arch/alpha/kernel/
Dirq_alpha.c37 void (*perf_irq)(unsigned long, struct pt_regs *) = dummy_perf; variable
38 EXPORT_SYMBOL(perf_irq);
84 perf_irq(la_ptr, regs); in do_entInt()
Dperf_event.c890 perf_irq = alpha_perf_event_irq_handler; in init_hw_perf_events()
/linux-6.1.9/arch/mips/kernel/
Dtime.c108 int (*perf_irq)(void) = null_perf_irq; variable
110 EXPORT_SYMBOL(perf_irq);
Dcevt-r4k.c126 perf_irq() == IRQ_HANDLED && in handle_perf_irq()
Dperf_event_mipsxx.c611 save_perf_irq = perf_irq; in mipspmu_get_irq()
612 perf_irq = mipsxx_pmu_handle_shared_irq; in mipspmu_get_irq()
627 perf_irq = save_perf_irq; in mipspmu_free_irq()
/linux-6.1.9/arch/mips/include/asm/
Dtime.h35 extern int (*perf_irq)(void);
/linux-6.1.9/arch/powerpc/include/asm/
Dpmc.h13 extern perf_irq_t perf_irq;
/linux-6.1.9/arch/alpha/include/asm/
Dirq.h90 extern void (*perf_irq)(unsigned long, struct pt_regs *);
/linux-6.1.9/arch/powerpc/platforms/cell/
Dpmu.c364 perf_irq(get_irq_regs()); in cbe_pm_irq()