/arch/arm64/kernel/ |
D | time.c | 34 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 51 EXPORT_SYMBOL(profile_pc);
|
/arch/sparc/include/asm/ |
D | ptrace.h | 81 unsigned long profile_pc(struct pt_regs *); 83 #define profile_pc(regs) instruction_pointer(regs) macro 146 unsigned long profile_pc(struct pt_regs *);
|
/arch/arm/kernel/ |
D | time.c | 43 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 59 EXPORT_SYMBOL(profile_pc);
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 94 # define profile_pc(regs) instruction_pointer(regs) macro 96 # define profile_pc(regs) \ macro
|
/arch/x86/kernel/ |
D | time.c | 28 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 50 EXPORT_SYMBOL(profile_pc);
|
/arch/hexagon/include/uapi/asm/ |
D | ptrace.h | 30 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/m68k/include/asm/ |
D | ptrace.h | 16 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/microblaze/include/asm/ |
D | ptrace.h | 18 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/c6x/include/asm/ |
D | ptrace.h | 23 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/arm/include/asm/ |
D | ptrace.h | 107 extern unsigned long profile_pc(struct pt_regs *regs); 109 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/alpha/include/asm/ |
D | ptrace.h | 11 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/parisc/kernel/ |
D | time.c | 124 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 138 EXPORT_SYMBOL(profile_pc);
|
/arch/csky/include/asm/ |
D | ptrace.h | 23 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/unicore32/include/asm/ |
D | ptrace.h | 55 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/h8300/include/asm/ |
D | ptrace.h | 25 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 139 extern unsigned long profile_pc(struct pt_regs *regs); 141 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/nios2/include/asm/ |
D | ptrace.h | 69 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/openrisc/include/asm/ |
D | ptrace.h | 72 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/nds32/include/asm/ |
D | ptrace.h | 74 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/parisc/include/asm/ |
D | ptrace.h | 21 unsigned long profile_pc(struct pt_regs *);
|
/arch/riscv/include/asm/ |
D | ptrace.h | 75 #define profile_pc(regs) instruction_pointer(regs) macro
|
/arch/sh/include/asm/ |
D | ptrace.h | 129 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
|
/arch/ia64/include/asm/ |
D | ptrace.h | 76 #define profile_pc(regs) \ macro
|
/arch/sparc/kernel/ |
D | time_32.c | 68 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function 84 EXPORT_SYMBOL(profile_pc);
|
/arch/arc/include/asm/ |
D | ptrace.h | 116 #define profile_pc(regs) instruction_pointer(regs) macro
|