Home
last modified time | relevance | path

Searched refs:oprofile_add_sample (Results 1 – 17 of 17) sorted by relevance

/linux-2.6.39/arch/avr32/oprofile/
Dop_model_avr32.c83 oprofile_add_sample(regs, PCCNT); in avr32_perf_counter_interrupt()
89 oprofile_add_sample(regs, PCNT0); in avr32_perf_counter_interrupt()
95 oprofile_add_sample(regs, PCNT1); in avr32_perf_counter_interrupt()
/linux-2.6.39/arch/mips/oprofile/
Dop_model_rm9000.c103 oprofile_add_sample(regs, 0); in rm9000_perfcount_handler()
107 oprofile_add_sample(regs, 1); in rm9000_perfcount_handler()
Dop_model_loongson2.c126 oprofile_add_sample(regs, 0); in loongson2_perfcount_handler()
131 oprofile_add_sample(regs, 1); in loongson2_perfcount_handler()
Dop_model_mipsxx.c232 oprofile_add_sample(get_irq_regs(), n); \ in mipsxx_perfcount_handler()
/linux-2.6.39/arch/x86/oprofile/
Dnmi_timer_int.c29 oprofile_add_sample(args->regs, 0); in profile_timer_exceptions_notify()
Dop_model_ppro.c157 oprofile_add_sample(regs, i); in ppro_check_ctrs()
Dop_model_p4.c650 oprofile_add_sample(regs, i); in p4_check_ctrs()
Dop_model_amd.c521 oprofile_add_sample(regs, virt); in op_amd_check_ctrs()
/linux-2.6.39/arch/sparc/oprofile/
Dinit.c30 oprofile_add_sample(args->regs, 0); in profile_timer_exceptions_notify()
/linux-2.6.39/arch/ia64/oprofile/
Dperfmon.c31 oprofile_add_sample(regs, event); in perfmon_handler()
/linux-2.6.39/arch/alpha/oprofile/
Dop_model_ev4.c104 oprofile_add_sample(regs, which); in ev4_handle_interrupt()
Dop_model_ev6.c91 oprofile_add_sample(regs, which); in ev6_handle_interrupt()
Dop_model_ev5.c189 oprofile_add_sample(regs, which); in ev5_handle_interrupt()
/linux-2.6.39/drivers/oprofile/
Dtimer_int.c28 oprofile_add_sample(get_irq_regs(), 0); in oprofile_hrtimer_notify()
Doprofile_perf.c45 oprofile_add_sample(regs, id); in op_overflow_handler()
Dcpu_buffer.c332 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) in oprofile_add_sample() function
/linux-2.6.39/include/linux/
Doprofile.h97 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event);