Searched refs:ftrace_caller (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/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.4.14/arch/s390/include/asm/ |
D | ftrace.h | 18 void ftrace_caller(void); 26 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux-4.4.14/arch/s390/kernel/ |
D | mcount.S | 26 ENTRY(ftrace_caller) 28 .set ftrace_regs_caller,ftrace_caller
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | ftrace.h | 13 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry-ftrace.S | 154 ENTRY(ftrace_caller) 173 ENDPROC(ftrace_caller)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | ftrace.h | 18 #define CALLER_ADDR ((long)(ftrace_caller))
|
/linux-4.4.14/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.4.14/arch/mips/kernel/ |
D | mcount.S | 66 NESTED(ftrace_caller, PT_SIZE, ra) 112 END(ftrace_caller)
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-ftrace.S | 210 ENTRY(ftrace_caller) 214 ENDPROC(ftrace_caller)
|
/linux-4.4.14/arch/sh/lib/ |
D | mcount.S | 168 .globl ftrace_caller 169 ftrace_caller: label
|
/linux-4.4.14/arch/x86/kernel/ |
D | mcount_64.S | 154 ENTRY(ftrace_caller) 185 END(ftrace_caller)
|
D | ftrace.c | 741 start_offset = (unsigned long)ftrace_caller; in create_trampoline() 816 start_offset = (unsigned long)ftrace_caller; in calc_trampoline_call_offset()
|
/linux-4.4.14/arch/tile/kernel/ |
D | mcount_64.S | 79 STD_ENTRY(ftrace_caller) 112 STD_ENDPROC(ftrace_caller)
|
/linux-4.4.14/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.4.14/include/linux/ |
D | ftrace.h | 462 extern void ftrace_caller(void); 471 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux-4.4.14/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 | 1211 _GLOBAL_TOC(ftrace_caller)
|
D | entry_32.S | 1308 _GLOBAL(ftrace_caller)
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 744 ENTRY(ftrace_caller) 772 END(ftrace_caller)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | entry.S | 1358 GLOBAL_ENTRY(ftrace_caller) 1397 END(ftrace_caller)
|