Home
last modified time | relevance | path

Searched refs:op_do_profile (Results 1 – 9 of 9) sorted by relevance

/external/oprofile/module/
Doprofile.h144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
Doprofile.c117 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr) in op_do_profile() function
/external/oprofile/module/x86/
Dop_rtc.c47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
Dop_model_ppro.c90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
Dop_model_athlon.c95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
Dop_model_p4.c659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
/external/oprofile/module/ia64/
Dop_pmu.c61 op_do_profile(cpu, regs->cr_iip, 1, ctr); in op_do_pmu_interrupt()
/external/oprofile/
DChangeLog-2005222 for op_do_profile.
DChangeLog-2002649 (op_do_profile): Use INST_PTR and STATUS macros.
1409 * module/oprofile.c: (op_do_profile): Eliminate regparm3.