Home
last modified time | relevance | path

Searched refs:perf_arch_instruction_pointer (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/perf/
H A Dcallchain.c54 perf_callchain_store(entry, perf_arch_instruction_pointer(regs)); in perf_callchain_kernel()
106 perf_callchain_store(entry, perf_arch_instruction_pointer(regs)); in perf_callchain_user()
H A Dcallchain_64.c77 next_ip = perf_arch_instruction_pointer(regs); in perf_callchain_user_64()
H A Dcallchain_32.c142 next_ip = perf_arch_instruction_pointer(regs); in perf_callchain_user_32()
/linux/arch/s390/include/asm/
H A Dperf_event.h40 extern unsigned long perf_arch_instruction_pointer(struct pt_regs *regs);
/linux/include/linux/
H A Dperf_event.h1827 # define perf_arch_instruction_pointer(regs) instruction_pointer(regs) macro
/linux/arch/x86/events/
H A Dcore.c3064 unsigned long perf_arch_instruction_pointer(struct pt_regs *regs) in perf_arch_instruction_pointer() function
/linux/kernel/events/
H A Dcore.c7730 return perf_arch_instruction_pointer(regs); in perf_instruction_pointer()