Home
last modified time | relevance | path

Searched refs:perf_instruction_pointer (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dperf_event.h12 unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dperf_event.h13 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcallchain.c54 perf_callchain_store(entry, perf_instruction_pointer(regs)); in perf_callchain_kernel()
H A Dcallchain_64.c103 next_ip = perf_instruction_pointer(regs); in perf_callchain_user_64()
H A Dcallchain_32.c142 next_ip = perf_instruction_pointer(regs); in perf_callchain_user_32()
H A Dcore-book3s.c2242 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dperf_event.h40 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dperf_callchain.c114 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dperf_event_server.h97 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dperf_callchain.c164 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dperf_event.h244 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_event.c78 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dperf_event.h440 extern unsigned long perf_instruction_pointer(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/include/linux/
H A Dperf_event.h1364 # define perf_instruction_pointer(regs) instruction_pointer(regs) macro
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dperf_event_cpu.c1496 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/arch/x86/events/
H A Dcore.c2731 unsigned long perf_instruction_pointer(struct pt_regs *regs) in perf_instruction_pointer() function
/OK3568_Linux_fs/kernel/kernel/events/
H A Dcore.c7104 data->ip = perf_instruction_pointer(regs); in perf_prepare_sample()