Home
last modified time | relevance | path

Searched defs:perf_instruction_pointer (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dperf_event.c1284 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/linux-2.6.39/arch/x86/kernel/cpu/
Dperf_event.c1885 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/linux-2.6.39/include/linux/
Dperf_event.h1148 #define perf_instruction_pointer(regs) instruction_pointer(regs) macro