Searched refs:ftrace_caller (Results 1 – 22 of 22) sorted by relevance
/linux-4.1.27/arch/sparc/lib/ |
D | mcount.S | 77 .globl ftrace_caller 78 .type ftrace_caller,#function 79 ftrace_caller: label 102 .size ftrace_caller,.-ftrace_caller
|
/linux-4.1.27/arch/s390/include/asm/ |
D | ftrace.h | 18 void ftrace_caller(void); 26 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux-4.1.27/arch/s390/kernel/ |
D | mcount.S | 26 ENTRY(ftrace_caller) 28 .set ftrace_regs_caller,ftrace_caller
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | ftrace.h | 13 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
|
/linux-4.1.27/arch/arm64/kernel/ |
D | entry-ftrace.S | 154 ENTRY(ftrace_caller) 173 ENDPROC(ftrace_caller)
|
/linux-4.1.27/arch/sh/include/asm/ |
D | ftrace.h | 18 #define CALLER_ADDR ((long)(ftrace_caller))
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 257 - ftrace_caller() 292 the guts of the old mcount() will be used to create a new ftrace_caller() 295 the ftrace_stub() as that will now be inlined in ftrace_caller(). 305 void ftrace_caller(void) 323 will be patched to call ftrace_caller(). Second, since we only have one tracer 324 active at a time, we will patch the ftrace_caller() function itself to call the 353 inside of the ftrace_caller() function. So you should have sufficient padding 366 - ftrace_caller() 378 ftrace_caller() since some semantics may have changed
|
/linux-4.1.27/arch/mips/kernel/ |
D | mcount.S | 66 NESTED(ftrace_caller, PT_SIZE, ra) 112 END(ftrace_caller)
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-ftrace.S | 210 ENTRY(ftrace_caller) 214 ENDPROC(ftrace_caller)
|
/linux-4.1.27/arch/sh/lib/ |
D | mcount.S | 168 .globl ftrace_caller 169 ftrace_caller: label
|
/linux-4.1.27/arch/x86/kernel/ |
D | mcount_64.S | 154 ENTRY(ftrace_caller) 185 END(ftrace_caller)
|
D | ftrace.c | 737 start_offset = (unsigned long)ftrace_caller; in create_trampoline() 812 start_offset = (unsigned long)ftrace_caller; in calc_trampoline_call_offset()
|
D | entry_32.S | 1038 ENTRY(ftrace_caller) 1066 END(ftrace_caller)
|
/linux-4.1.27/arch/tile/kernel/ |
D | mcount_64.S | 79 STD_ENTRY(ftrace_caller) 112 STD_ENDPROC(ftrace_caller)
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | ftrace.c | 201 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
|
D | mcount.S | 87 ENTRY(ftrace_caller)
|
/linux-4.1.27/include/linux/ |
D | ftrace.h | 451 extern void ftrace_caller(void); 460 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | module_32.c | 300 (unsigned long)ftrace_caller, in apply_relocate_add()
|
D | module_64.c | 693 (unsigned long)ftrace_caller, in apply_relocate_add()
|
D | entry_64.S | 1164 _GLOBAL_TOC(ftrace_caller)
|
D | entry_32.S | 1303 _GLOBAL(ftrace_caller)
|
/linux-4.1.27/arch/ia64/kernel/ |
D | entry.S | 1370 GLOBAL_ENTRY(ftrace_caller) 1409 END(ftrace_caller)
|