HomeSort by relevance Sort by last modified time
    Searched refs:op_do_profile (Results 1 - 7 of 7) sorted by null

  /external/oprofile/module/
oprofile.h 94 * op_do_profile().
144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
oprofile.c 117 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr) function
  /external/oprofile/module/x86/
op_rtc.c 47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0);
op_model_athlon.c 95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
op_model_ppro.c 90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
op_model_p4.c 659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
  /external/oprofile/module/ia64/
op_pmu.c 61 op_do_profile(cpu, regs->cr_iip, 1, ctr);

Completed in 59 milliseconds