Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/lib/
Dmcount.S80 .globl ftrace_caller
81 .type ftrace_caller,#function
82 ftrace_caller: label
105 .size ftrace_caller,.-ftrace_caller
/Linux-v4.19/arch/s390/include/asm/
Dftrace.h19 void ftrace_caller(void);
27 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/Linux-v4.19/arch/s390/kernel/
Dmcount.S34 ENTRY(ftrace_caller)
36 .set ftrace_regs_caller,ftrace_caller
/Linux-v4.19/arch/arm64/kernel/
Dentry-ftrace.S145 ENTRY(ftrace_caller)
164 ENDPROC(ftrace_caller)
/Linux-v4.19/arch/ia64/include/asm/
Dftrace.h14 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
/Linux-v4.19/arch/sh/include/asm/
Dftrace.h19 #define CALLER_ADDR ((long)(ftrace_caller))
/Linux-v4.19/Documentation/trace/
Dftrace-design.rst282 - ftrace_caller()
323 the guts of the old mcount() will be used to create a new ftrace_caller()
326 the ftrace_stub() as that will now be inlined in ftrace_caller().
336 void ftrace_caller(void)
354 will be patched to call ftrace_caller(). Second, since we only have one tracer
355 active at a time, we will patch the ftrace_caller() function itself to call the
386 inside of the ftrace_caller() function. So you should have sufficient padding
401 - ftrace_caller()
415 ftrace_caller() since some semantics may have changed
/Linux-v4.19/arch/x86/kernel/
Dftrace_32.S38 ENTRY(ftrace_caller)
103 END(ftrace_caller)
Dftrace_64.S157 ENTRY(ftrace_caller)
191 ENDPROC(ftrace_caller)
Dftrace.c758 start_offset = (unsigned long)ftrace_caller; in create_trampoline()
833 start_offset = (unsigned long)ftrace_caller; in calc_trampoline_call_offset()
/Linux-v4.19/arch/mips/kernel/
Dmcount.S67 NESTED(ftrace_caller, PT_SIZE, ra)
114 END(ftrace_caller)
/Linux-v4.19/arch/sh/lib/
Dmcount.S168 .globl ftrace_caller
169 ftrace_caller: label
/Linux-v4.19/arch/powerpc/kernel/trace/
Dftrace_64_pg.S17 _GLOBAL_TOC(ftrace_caller)
Dftrace_32.S32 _GLOBAL(ftrace_caller)
Dftrace_64_mprofile.S156 _GLOBAL(ftrace_caller)
/Linux-v4.19/arch/riscv/kernel/
Dmcount-dyn.S73 ENTRY(ftrace_caller)
117 ENDPROC(ftrace_caller)
/Linux-v4.19/arch/arm/kernel/
Dentry-ftrace.S293 ENTRY(ftrace_caller)
297 ENDPROC(ftrace_caller)
/Linux-v4.19/arch/microblaze/kernel/
Dftrace.c201 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
Dmcount.S87 ENTRY(ftrace_caller)
/Linux-v4.19/include/linux/
Dftrace.h462 extern void ftrace_caller(void);
471 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_32.c305 (unsigned long)ftrace_caller, in module_finalize_ftrace()
Dmodule_64.c827 (unsigned long)ftrace_caller); in module_finalize_ftrace()
/Linux-v4.19/arch/ia64/kernel/
Dentry.S1339 GLOBAL_ENTRY(ftrace_caller)
1378 END(ftrace_caller)