Searched refs:profile_pc (Results 1 - 42 of 42) sorted by relevance

/linux-4.1.27/arch/cris/include/asm/
H A Dptrace.h11 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dptrace.h15 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dptrace.h10 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/microblaze/include/asm/
H A Dptrace.h18 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/score/include/asm/
H A Dptrace.h15 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dptrace.h20 unsigned long profile_pc(struct pt_regs *);
/linux-4.1.27/arch/sparc/include/asm/
H A Dptrace.h76 unsigned long profile_pc(struct pt_regs *);
78 #define profile_pc(regs) instruction_pointer(regs) macro
110 unsigned long profile_pc(struct pt_regs *);
/linux-4.1.27/arch/mn10300/include/asm/
H A Dptrace.h24 #define profile_pc(regs) ((regs)->pc) macro
/linux-4.1.27/arch/c6x/include/asm/
H A Dptrace.h26 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/x86/kernel/
H A Dtime.c29 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
52 EXPORT_SYMBOL(profile_pc); variable
/linux-4.1.27/arch/xtensa/include/asm/
H A Dptrace.h66 # define profile_pc(regs) instruction_pointer(regs) macro
68 # define profile_pc(regs) \ macro
/linux-4.1.27/include/asm-generic/
H A Dptrace.h32 #ifndef profile_pc
33 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dptrace.h105 static inline unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
114 #define profile_pc profile_pc macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dptrace.h58 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dptrace.h23 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dptrace.h34 #define profile_pc(regs) ((regs)->pc) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dptrace.h34 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/arm64/kernel/
H A Dtime.c46 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
64 EXPORT_SYMBOL(profile_pc); variable
/linux-4.1.27/arch/arm/kernel/
H A Dtime.c46 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
62 EXPORT_SYMBOL(profile_pc); variable
/linux-4.1.27/arch/x86/um/asm/
H A Dptrace.h32 #define profile_pc(regs) PT_REGS_IP(regs) macro
/linux-4.1.27/arch/hexagon/include/uapi/asm/
H A Dptrace.h29 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dptrace.h21 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dptrace.h187 extern unsigned long profile_pc(struct pt_regs *regs);
189 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dptrace.h100 extern unsigned long profile_pc(struct pt_regs *regs);
102 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dptrace.h69 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dptrace.h67 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dptrace.h77 extern unsigned long profile_pc(struct pt_regs *regs);
78 #define profile_pc profile_pc macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dptrace.h84 extern unsigned long profile_pc(struct pt_regs *regs);
85 #define profile_pc profile_pc macro
/linux-4.1.27/arch/tile/include/asm/
H A Dptrace.h38 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dptrace.h82 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dptrace.h76 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/cris/include/arch-v10/arch/
H A Dptrace.h114 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dptrace.h114 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/sparc/kernel/
H A Dtime_32.c70 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
86 EXPORT_SYMBOL(profile_pc); variable
H A Dtime_64.c60 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
68 EXPORT_SYMBOL(profile_pc); variable
/linux-4.1.27/arch/parisc/kernel/
H A Dtime.c173 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
187 EXPORT_SYMBOL(profile_pc); variable
/linux-4.1.27/arch/s390/include/asm/
H A Dptrace.h153 #define profile_pc(regs) instruction_pointer(regs) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dptrace.h76 #define profile_pc(regs) \ macro
/linux-4.1.27/kernel/locking/
H A Dspinlock.c12 * stack frames of these functions in their profile_pc. If you
/linux-4.1.27/drivers/oprofile/
H A Dcpu_buffer.c339 pc = profile_pc(regs); oprofile_add_sample()
/linux-4.1.27/kernel/
H A Dprofile.c415 profile_hit(type, (void *)profile_pc(regs)); profile_tick()
/linux-4.1.27/arch/powerpc/kernel/
H A Dtime.c416 unsigned long profile_pc(struct pt_regs *regs) profile_pc() function
425 EXPORT_SYMBOL(profile_pc); variable

Completed in 979 milliseconds