Home
last modified time | relevance | path

Searched refs:oprofile_add_pc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/alpha/oprofile/
Dop_model_ev67.c139 oprofile_add_pc(pc, kern, fake_counter); in op_add_pm()
197 oprofile_add_pc(regs->pc, kern, which); in ev67_handle_interrupt()
240 oprofile_add_pc(pmpc, kern, which); in ev67_handle_interrupt()
/Linux-v5.10/include/linux/
Doprofile.h117 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event);
/Linux-v5.10/drivers/oprofile/
Dcpu_buffer.c415 void oprofile_add_pc(unsigned long pc, int is_kernel, unsigned long event) in oprofile_add_pc() function