| /OK3568_Linux_fs/kernel/arch/sparc/lib/ |
| H A D | mcount.S | 80 .globl ftrace_caller symbol 81 .type ftrace_caller,#function 82 ftrace_caller: label 105 .size ftrace_caller,.-ftrace_caller
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | mcount.S | 41 ENTRY(ftrace_caller) 43 .set ftrace_regs_caller,ftrace_caller
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-ftrace.S | 87 SYM_CODE_START(ftrace_caller) 93 SYM_CODE_END(ftrace_caller) 278 SYM_FUNC_START(ftrace_caller) 295 SYM_FUNC_END(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ftrace.h | 26 void ftrace_caller(void); 35 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace-design.rst | 274 - ftrace_caller() 315 the guts of the old mcount() will be used to create a new ftrace_caller() 318 the ftrace_stub() as that will now be inlined in ftrace_caller(). 328 void ftrace_caller(void) 346 will be patched to call ftrace_caller(). Second, since we only have one tracer 347 active at a time, we will patch the ftrace_caller() function itself to call the 378 inside of the ftrace_caller() function. So you should have sufficient padding 393 - ftrace_caller() 407 ftrace_caller() since some semantics may have changed
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ftrace_32.S | 26 SYM_CODE_START(ftrace_caller) 88 SYM_CODE_END(ftrace_caller)
|
| H A D | ftrace.c | 341 start_offset = (unsigned long)ftrace_caller; in create_trampoline() 452 start_offset = (unsigned long)ftrace_caller; in set_ftrace_ops_ro() 471 start_offset = (unsigned long)ftrace_caller; in calc_trampoline_call_offset()
|
| H A D | ftrace_64.S | 139 SYM_FUNC_START(ftrace_caller) 163 SYM_FUNC_END(ftrace_caller);
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | mcount.S | 67 NESTED(ftrace_caller, PT_SIZE, ra) 114 END(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/ |
| H A D | mcount.S | 141 ENTRY(ftrace_caller) 161 ENDPROC(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | ftrace.h | 17 extern void ftrace_caller(void);
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | mcount.S | 165 .globl ftrace_caller symbol 166 ftrace_caller: label
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | ftrace.h | 14 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | ftrace.h | 19 #define CALLER_ADDR ((long)(ftrace_caller))
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | mcount-dyn.S | 73 ENTRY(ftrace_caller) 117 ENDPROC(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/ |
| H A D | ftrace_64_pg.S | 13 _GLOBAL_TOC(ftrace_caller)
|
| H A D | ftrace_32.S | 28 _GLOBAL(ftrace_caller)
|
| H A D | ftrace.c | 373 ptr = ppc_global_function_entry((void *)ftrace_caller); in setup_mcount_compiler_tramp() 633 entry = ppc_global_function_entry((void *)ftrace_caller); 908 unsigned long addr = ppc_global_function_entry((void *)ftrace_caller);
|
| H A D | ftrace_64_mprofile.S | 152 _GLOBAL(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | entry-ftrace.S | 215 ENTRY(ftrace_caller) 219 ENDPROC(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | ftrace.c | 190 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
|
| H A D | mcount.S | 87 ENTRY(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ftrace.h | 555 extern void ftrace_caller(void); 564 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A D | asm-annotations.rst | 165 SYM_CODE_START(ftrace_caller) 177 SYM_CODE_END(ftrace_caller)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | module_32.c | 286 (unsigned long)ftrace_caller, in module_finalize_ftrace()
|