Searched refs:ftrace_caller (Results 1 – 17 of 17) sorted by relevance
/linux/arch/sparc/lib/ |
H A D | mcount.S | 80 .globl ftrace_caller 81 .type ftrace_caller,#function 82 ftrace_caller: label 105 .size ftrace_caller,.-ftrace_caller
|
/linux/arch/riscv/kernel/ |
H A D | mcount-dyn.S | 143 SYM_FUNC_START(ftrace_caller) 167 SYM_FUNC_END(ftrace_caller) 170 SYM_FUNC_START(ftrace_caller) 183 SYM_FUNC_END(ftrace_caller)
|
/linux/arch/s390/include/asm/ |
H A D | ftrace.h | 28 void ftrace_caller(void); 35 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux/Documentation/trace/ |
H A D | ftrace-design.rst | 262 - ftrace_caller() 303 the guts of the old mcount() will be used to create a new ftrace_caller() 306 the ftrace_stub() as that will now be inlined in ftrace_caller(). 316 void ftrace_caller(void) 334 will be patched to call ftrace_caller(). Second, since we only have one tracer 335 active at a time, we will patch the ftrace_caller() function itself to call the 366 inside of the ftrace_caller() function. So you should have sufficient padding 381 - ftrace_caller() 395 ftrace_caller() since some semantics may have changed
|
/linux/arch/arm/kernel/ |
H A D | entry-ftrace.S | 222 ENTRY(ftrace_caller) 226 ENDPROC(ftrace_caller) 288 init_tramp ftrace_caller
|
/linux/arch/mips/kernel/ |
H A D | mcount.S | 67 NESTED(ftrace_caller, PT_SIZE, ra) 114 END(ftrace_caller)
|
/linux/arch/csky/abiv2/ |
H A D | mcount.S | 141 ENTRY(ftrace_caller) 161 ENDPROC(ftrace_caller)
|
/linux/arch/parisc/include/asm/ |
H A D | ftrace.h | 21 extern void ftrace_caller(void);
|
/linux/arch/sh/lib/ |
H A D | mcount.S | 165 .globl ftrace_caller 166 ftrace_caller: label
|
/linux/arch/sh/include/asm/ |
H A D | ftrace.h | 19 #define CALLER_ADDR ((long)(ftrace_caller))
|
/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_64_pg_entry.S | 13 _GLOBAL_TOC(ftrace_caller)
|
/linux/arch/microblaze/kernel/ |
H A D | ftrace.c | 185 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
|
H A D | mcount.S | 87 ENTRY(ftrace_caller)
|
/linux/include/linux/ |
H A D | ftrace.h | 804 extern void ftrace_caller(void); 813 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
|
/linux/Documentation/core-api/ |
H A D | asm-annotations.rst | 165 SYM_CODE_START(ftrace_caller) 177 SYM_CODE_END(ftrace_caller)
|
/linux/arch/loongarch/kernel/ |
H A D | unwind_orc.c | 131 tramp_addr = (unsigned long)ftrace_caller; in orc_ftrace_find()
|
/linux/arch/parisc/kernel/ |
H A D | entry.S | 1942 ENTRY_CFI(ftrace_caller, caller,frame=FTRACE_FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP) 1943 ftrace_caller: label 1944 .global ftrace_caller symbol 1996 ENDPROC_CFI(ftrace_caller)
|