Searched refs:perf_irq (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmc.h26 extern perf_irq_t perf_irq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/oprofile/
H A Dop_impl.h14 extern int (*perf_irq)(void);
H A Dop_model_mipsxx.c325 perf_irq = mipsxx_perfcount_handler;
338 perf_irq = null_perf_irq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpmc.c42 perf_irq_t perf_irq = dummy_perf; variable
59 perf_irq = new_perf_irq ? new_perf_irq : dummy_perf;
74 perf_irq = dummy_perf;
H A Dtraps.c909 perf_irq(regs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dcommon.c27 extern void (*perf_irq)(unsigned long, struct pt_regs *);
55 save_perf_irq = perf_irq;
56 perf_irq = op_handle_interrupt;
77 perf_irq = save_perf_irq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dirq.h89 extern void (*perf_irq)(unsigned long, struct pt_regs *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A Dtime.c75 extern int (*perf_irq)(void);
86 * performance counter has overflowed (perf_irq() == IRQ_HANDLED)
91 perf_irq() == IRQ_HANDLED &&
246 return perf_irq();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/kernel/
H A Dirq_alpha.c34 void (*perf_irq)(unsigned long, struct pt_regs *) = dummy_perf; variable
35 EXPORT_SYMBOL(perf_irq); variable
88 perf_irq(la_ptr, regs);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtime.c244 int (*perf_irq)(void) = null_perf_irq; variable
247 EXPORT_SYMBOL(perf_irq); variable
269 * performance counter has overflowed (perf_irq() == IRQ_HANDLED)
274 perf_irq() == IRQ_HANDLED &&
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dpmu.c375 perf_irq(get_irq_regs());
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dtraps.c834 perf_irq(regs);

Completed in 241 milliseconds