Home
last modified time | relevance | path

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

/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.h1811 # define perf_arch_instruction_pointer(regs) instruction_pointer(regs) macro
/linux/arch/x86/events/
H A Dcore.c3031 unsigned long perf_arch_instruction_pointer(struct pt_regs *regs) in perf_arch_instruction_pointer() function
/linux/kernel/events/
H A Dcore.c7392 return perf_arch_instruction_pointer(regs); in perf_instruction_pointer()