Home
last modified time | relevance | path

Searched refs:profile_pc (Results 1 – 25 of 30) sorted by relevance

12

/linux-6.3-rc2/arch/arm64/kernel/
A Dtime.c45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
53 EXPORT_SYMBOL(profile_pc);
/linux-6.3-rc2/arch/sparc/include/asm/
A Dptrace.h81 unsigned long profile_pc(struct pt_regs *);
83 #define profile_pc(regs) instruction_pointer(regs) macro
146 unsigned long profile_pc(struct pt_regs *);
/linux-6.3-rc2/arch/arm/kernel/
A Dtime.c44 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
60 EXPORT_SYMBOL(profile_pc);
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dptrace.h93 # define profile_pc(regs) instruction_pointer(regs) macro
95 # define profile_pc(regs) \ macro
/linux-6.3-rc2/arch/x86/kernel/
A Dtime.c28 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
50 EXPORT_SYMBOL(profile_pc);
/linux-6.3-rc2/arch/arm/include/asm/
A Dptrace.h106 extern unsigned long profile_pc(struct pt_regs *regs);
108 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/parisc/kernel/
A Dtime.c123 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
137 EXPORT_SYMBOL(profile_pc);
/linux-6.3-rc2/arch/hexagon/include/uapi/asm/
A Dptrace.h30 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dptrace.h16 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dptrace.h15 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dptrace.h11 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dptrace.h172 extern unsigned long profile_pc(struct pt_regs *regs);
174 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/nios2/include/asm/
A Dptrace.h69 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dptrace.h72 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dptrace.h21 unsigned long profile_pc(struct pt_regs *);
/linux-6.3-rc2/arch/sparc/kernel/
A Dtime_32.c68 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
84 EXPORT_SYMBOL(profile_pc);
/linux-6.3-rc2/arch/csky/include/asm/
A Dptrace.h25 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dptrace.h129 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dptrace.h81 #define profile_pc(regs) \ macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dptrace.h158 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/x86/um/asm/
A Dptrace.h33 #define profile_pc(regs) PT_REGS_IP(regs) macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dptrace.h77 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dptrace.h157 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dptrace.h120 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dptrace.h213 #define profile_pc(regs) instruction_pointer(regs) macro

Completed in 24 milliseconds

12