Home
last modified time | relevance | path

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

/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/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/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/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/powerpc/perf/
H A Dcore-book3s.c2242 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/include/linux/
H A Dperf_event.h1364 # define perf_instruction_pointer(regs) instruction_pointer(regs) macro