Home
last modified time | relevance | path

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

12

/arch/sh/include/asm/
Dptrace.h106 static inline unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
115 #define profile_pc profile_pc macro
/arch/arm64/kernel/
Dtime.c45 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
65 EXPORT_SYMBOL(profile_pc);
/arch/x86/kernel/
Dtime.c31 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
54 EXPORT_SYMBOL(profile_pc);
/arch/sparc/include/asm/
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 *);
/arch/xtensa/include/asm/
Dptrace.h105 # define profile_pc(regs) instruction_pointer(regs) macro
107 # define profile_pc(regs) \ macro
/arch/powerpc/include/asm/
Dptrace.h84 extern unsigned long profile_pc(struct pt_regs *regs);
85 #define profile_pc profile_pc macro
/arch/arm/kernel/
Dtime.c46 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
62 EXPORT_SYMBOL(profile_pc);
/arch/cris/include/asm/
Dptrace.h12 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/x86/include/asm/
Dptrace.h98 extern unsigned long profile_pc(struct pt_regs *regs);
99 #define profile_pc profile_pc macro
/arch/mn10300/include/asm/
Dptrace.h24 #define profile_pc(regs) ((regs)->pc) macro
/arch/hexagon/include/uapi/asm/
Dptrace.h30 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/arm/include/asm/
Dptrace.h110 extern unsigned long profile_pc(struct pt_regs *regs);
112 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/microblaze/include/asm/
Dptrace.h18 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/score/include/asm/
Dptrace.h16 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/m68k/include/asm/
Dptrace.h16 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/c6x/include/asm/
Dptrace.h26 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/parisc/include/asm/
Dptrace.h21 unsigned long profile_pc(struct pt_regs *);
/arch/alpha/include/asm/
Dptrace.h11 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/frv/include/asm/
Dptrace.h34 #define profile_pc(regs) ((regs)->pc) macro
/arch/parisc/kernel/
Dtime.c124 unsigned long profile_pc(struct pt_regs *regs) in profile_pc() function
138 EXPORT_SYMBOL(profile_pc);
/arch/h8300/include/asm/
Dptrace.h23 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/m32r/include/asm/
Dptrace.h34 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/unicore32/include/asm/
Dptrace.h58 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/nios2/include/asm/
Dptrace.h69 #define profile_pc(regs) instruction_pointer(regs) macro
/arch/openrisc/include/asm/
Dptrace.h76 #define profile_pc(regs) instruction_pointer(regs) macro

12