Searched refs:op_do_profile (Results 1 - 7 of 7) sorted by relevance

/external/oprofile/module/
H A Doprofile.h94 * op_do_profile().
144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
H A Doprofile.c117 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr) function
/external/oprofile/module/x86/
H A Dop_rtc.c47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0);
H A Dop_model_athlon.c95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
H A Dop_model_ppro.c90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
H A Dop_model_p4.c659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
/external/oprofile/module/ia64/
H A Dop_pmu.c61 op_do_profile(cpu, regs->cr_iip, 1, ctr);

Completed in 188 milliseconds