Searched refs:op_do_profile (Results 1 – 9 of 9) sorted by relevance
/external/oprofile/module/ |
D | oprofile.h | 144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
|
D | oprofile.c | 117 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr) in op_do_profile() function
|
/external/oprofile/module/x86/ |
D | op_rtc.c | 47 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), 0); in do_rtc_interrupt()
|
D | op_model_ppro.c | 90 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in ppro_check_ctrs()
|
D | op_model_athlon.c | 95 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in athlon_check_ctrs()
|
D | op_model_p4.c | 659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i); in p4_check_ctrs()
|
/external/oprofile/module/ia64/ |
D | op_pmu.c | 61 op_do_profile(cpu, regs->cr_iip, 1, ctr); in op_do_pmu_interrupt()
|
/external/oprofile/ |
D | ChangeLog-2005 | 222 for op_do_profile.
|
D | ChangeLog-2002 | 649 (op_do_profile): Use INST_PTR and STATUS macros. 1409 * module/oprofile.c: (op_do_profile): Eliminate regparm3.
|