Searched refs:perf_instruction_pointer (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dperf_event.h17 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/linux-4.4.14/arch/arm64/include/asm/
H A Dperf_event.h22 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/linux-4.4.14/arch/s390/include/asm/
H A Dperf_event.h39 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/linux-4.4.14/arch/arm/kernel/
H A Dperf_callchain.c111 unsigned long perf_instruction_pointer(struct pt_regs *regs) perf_instruction_pointer() function
/linux-4.4.14/arch/powerpc/perf/
H A Dcallchain.c60 perf_callchain_store(entry, perf_instruction_pointer(regs)); perf_callchain_kernel()
245 next_ip = perf_instruction_pointer(regs); perf_callchain_user_64()
451 next_ip = perf_instruction_pointer(regs); perf_callchain_user_32()
H A Dcore-book3s.c2035 unsigned long perf_instruction_pointer(struct pt_regs *regs) perf_instruction_pointer() function
/linux-4.4.14/arch/arm64/kernel/
H A Dperf_callchain.c171 unsigned long perf_instruction_pointer(struct pt_regs *regs) perf_instruction_pointer() function
/linux-4.4.14/arch/x86/include/asm/
H A Dperf_event.h242 extern unsigned long perf_instruction_pointer(struct pt_regs *regs); get_ibs_caps()
/linux-4.4.14/arch/powerpc/include/asm/
H A Dperf_event_server.h80 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/linux-4.4.14/arch/s390/kernel/
H A Dperf_event.c80 unsigned long perf_instruction_pointer(struct pt_regs *regs) perf_instruction_pointer() function
/linux-4.4.14/include/linux/
H A Dperf_event.h1017 # define perf_instruction_pointer(regs) instruction_pointer(regs) macro
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.c2373 unsigned long perf_instruction_pointer(struct pt_regs *regs) perf_instruction_pointer() function
/linux-4.4.14/kernel/events/
H A Dcore.c5500 data->ip = perf_instruction_pointer(regs); perf_prepare_sample()

Completed in 989 milliseconds