Symbol: profile_pc
arch/alpha/include/asm/ptrace.h
11
#define profile_pc(regs) instruction_pointer(regs)
arch/arc/include/asm/ptrace.h
108
#define profile_pc(regs) instruction_pointer(regs)
arch/arm/include/asm/ptrace.h
110
#define profile_pc(regs) instruction_pointer(regs)
arch/arm/kernel/time.c
44
unsigned long profile_pc(struct pt_regs *regs)
arch/arm64/kernel/time.c
45
unsigned long profile_pc(struct pt_regs *regs)
arch/csky/include/asm/ptrace.h
25
#define profile_pc(regs) instruction_pointer(regs)
arch/hexagon/include/uapi/asm/ptrace.h
30
#define profile_pc(regs) instruction_pointer(regs)
arch/loongarch/include/asm/ptrace.h
163
#define profile_pc(regs) instruction_pointer(regs)
arch/m68k/include/asm/ptrace.h
16
#define profile_pc(regs) instruction_pointer(regs)
arch/microblaze/include/asm/ptrace.h
15
#define profile_pc(regs) instruction_pointer(regs)
arch/mips/include/asm/ptrace.h
161
#define profile_pc(regs) instruction_pointer(regs)
arch/nios2/include/asm/ptrace.h
69
#define profile_pc(regs) instruction_pointer(regs)
arch/openrisc/include/asm/ptrace.h
115
#define profile_pc(regs) instruction_pointer(regs)
arch/parisc/kernel/time.c
119
unsigned long notrace profile_pc(struct pt_regs *regs)
arch/powerpc/include/asm/ptrace.h
174
#define profile_pc(regs) instruction_pointer(regs)
arch/powerpc/kernel/time.c
409
unsigned long profile_pc(struct pt_regs *regs)
arch/riscv/include/asm/ptrace.h
82
#define profile_pc(regs) instruction_pointer(regs)
arch/s390/include/asm/ptrace.h
220
#define profile_pc(regs) instruction_pointer(regs)
arch/sh/include/asm/ptrace.h
129
static inline unsigned long profile_pc(struct pt_regs *regs)
arch/sparc/include/asm/ptrace.h
83
#define profile_pc(regs) instruction_pointer(regs)
arch/sparc/kernel/time_32.c
67
unsigned long profile_pc(struct pt_regs *regs)
arch/sparc/kernel/time_64.c
58
unsigned long profile_pc(struct pt_regs *regs)
arch/x86/kernel/time.c
28
unsigned long profile_pc(struct pt_regs *regs)
arch/x86/um/asm/ptrace.h
43
#define profile_pc(regs) PT_REGS_IP(regs)
arch/xtensa/include/asm/ptrace.h
90
# define profile_pc(regs) instruction_pointer(regs)
arch/xtensa/include/asm/ptrace.h
92
# define profile_pc(regs) \