Searched refs:oprofile_add_sample (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/oprofile/ |
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_loongson3.c | 151 oprofile_add_sample(regs, 0); in loongson3_perfcount_handler() 156 oprofile_add_sample(regs, 1); in loongson3_perfcount_handler()
|
D | op_model_mipsxx.c | 253 oprofile_add_sample(get_irq_regs(), n); \ in mipsxx_perfcount_handler()
|
/kernel/linux/linux-5.10/arch/sparc/oprofile/ |
D | init.c | 30 oprofile_add_sample(args->regs, 0); in profile_timer_exceptions_notify()
|
/kernel/linux/linux-5.10/arch/alpha/oprofile/ |
D | op_model_ev6.c | 89 oprofile_add_sample(regs, which); in ev6_handle_interrupt()
|
D | op_model_ev4.c | 102 oprofile_add_sample(regs, which); in ev4_handle_interrupt()
|
D | op_model_ev5.c | 187 oprofile_add_sample(regs, which); in ev5_handle_interrupt()
|
/kernel/linux/linux-5.10/drivers/oprofile/ |
D | timer_int.c | 28 oprofile_add_sample(get_irq_regs(), 0); in oprofile_hrtimer_notify()
|
D | nmi_timer_int.c | 34 oprofile_add_sample(regs, 0); in nmi_timer_callback()
|
D | oprofile_perf.c | 47 oprofile_add_sample(regs, id); in op_overflow_handler()
|
D | cpu_buffer.c | 334 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event) in oprofile_add_sample() function
|
/kernel/linux/linux-5.10/include/linux/ |
D | oprofile.h | 96 void oprofile_add_sample(struct pt_regs * const regs, unsigned long event);
|
/kernel/linux/linux-5.10/arch/x86/oprofile/ |
D | op_model_ppro.c | 139 oprofile_add_sample(regs, i); in ppro_check_ctrs()
|
D | op_model_amd.c | 395 oprofile_add_sample(regs, virt); in op_amd_check_ctrs()
|
D | op_model_p4.c | 650 oprofile_add_sample(regs, i); in p4_check_ctrs()
|