Searched refs:oprofile_add_sample (Results 1 – 17 of 17) sorted by relevance
/linux-2.6.39/arch/avr32/oprofile/ |
D | op_model_avr32.c | 83 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/ |
D | op_model_rm9000.c | 103 oprofile_add_sample(regs, 0); in rm9000_perfcount_handler() 107 oprofile_add_sample(regs, 1); in rm9000_perfcount_handler()
|
D | op_model_loongson2.c | 126 oprofile_add_sample(regs, 0); in loongson2_perfcount_handler() 131 oprofile_add_sample(regs, 1); in loongson2_perfcount_handler()
|
D | op_model_mipsxx.c | 232 oprofile_add_sample(get_irq_regs(), n); \ in mipsxx_perfcount_handler()
|
/linux-2.6.39/arch/x86/oprofile/ |
D | nmi_timer_int.c | 29 oprofile_add_sample(args->regs, 0); in profile_timer_exceptions_notify()
|
D | op_model_ppro.c | 157 oprofile_add_sample(regs, i); in ppro_check_ctrs()
|
D | op_model_p4.c | 650 oprofile_add_sample(regs, i); in p4_check_ctrs()
|
D | op_model_amd.c | 521 oprofile_add_sample(regs, virt); in op_amd_check_ctrs()
|
/linux-2.6.39/arch/sparc/oprofile/ |
D | init.c | 30 oprofile_add_sample(args->regs, 0); in profile_timer_exceptions_notify()
|
/linux-2.6.39/arch/ia64/oprofile/ |
D | perfmon.c | 31 oprofile_add_sample(regs, event); in perfmon_handler()
|
/linux-2.6.39/arch/alpha/oprofile/ |
D | op_model_ev4.c | 104 oprofile_add_sample(regs, which); in ev4_handle_interrupt()
|
D | op_model_ev6.c | 91 oprofile_add_sample(regs, which); in ev6_handle_interrupt()
|
D | op_model_ev5.c | 189 oprofile_add_sample(regs, which); in ev5_handle_interrupt()
|
/linux-2.6.39/drivers/oprofile/ |
D | timer_int.c | 28 oprofile_add_sample(get_irq_regs(), 0); in oprofile_hrtimer_notify()
|
D | oprofile_perf.c | 45 oprofile_add_sample(regs, id); in op_overflow_handler()
|
D | cpu_buffer.c | 332 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) in oprofile_add_sample() function
|
/linux-2.6.39/include/linux/ |
D | oprofile.h | 97 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event);
|