Home
last modified time | relevance | path

Searched refs:ftrace_caller (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dmcount.S80 .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 Dmcount.S41 ENTRY(ftrace_caller)
43 .set ftrace_regs_caller,ftrace_caller
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-ftrace.S87 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 Dftrace.h26 void ftrace_caller(void);
35 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace-design.rst274 - 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 Dftrace_32.S26 SYM_CODE_START(ftrace_caller)
88 SYM_CODE_END(ftrace_caller)
H A Dftrace.c341 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 Dftrace_64.S139 SYM_FUNC_START(ftrace_caller)
163 SYM_FUNC_END(ftrace_caller);
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmcount.S67 NESTED(ftrace_caller, PT_SIZE, ra)
114 END(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/csky/abiv2/
H A Dmcount.S141 ENTRY(ftrace_caller)
161 ENDPROC(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dftrace.h17 extern void ftrace_caller(void);
/OK3568_Linux_fs/kernel/arch/sh/lib/
H A Dmcount.S165 .globl ftrace_caller symbol
166 ftrace_caller: label
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dftrace.h14 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dftrace.h19 #define CALLER_ADDR ((long)(ftrace_caller))
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dmcount-dyn.S73 ENTRY(ftrace_caller)
117 ENDPROC(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.S13 _GLOBAL_TOC(ftrace_caller)
H A Dftrace_32.S28 _GLOBAL(ftrace_caller)
H A Dftrace.c373 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 Dftrace_64_mprofile.S152 _GLOBAL(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-ftrace.S215 ENTRY(ftrace_caller)
219 ENDPROC(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dftrace.c190 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
H A Dmcount.S87 ENTRY(ftrace_caller)
/OK3568_Linux_fs/kernel/include/linux/
H A Dftrace.h555 extern void ftrace_caller(void);
564 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/OK3568_Linux_fs/kernel/Documentation/
H A Dasm-annotations.rst165 SYM_CODE_START(ftrace_caller)
177 SYM_CODE_END(ftrace_caller)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_32.c286 (unsigned long)ftrace_caller, in module_finalize_ftrace()

12