Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/lib/
Dmcount.S77 .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/
Dftrace.h18 void ftrace_caller(void);
26 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/linux-4.4.14/arch/s390/kernel/
Dmcount.S26 ENTRY(ftrace_caller)
28 .set ftrace_regs_caller,ftrace_caller
/linux-4.4.14/arch/ia64/include/asm/
Dftrace.h13 #define FTRACE_ADDR (((struct fnptr *)ftrace_caller)->ip)
/linux-4.4.14/arch/arm64/kernel/
Dentry-ftrace.S154 ENTRY(ftrace_caller)
173 ENDPROC(ftrace_caller)
/linux-4.4.14/arch/sh/include/asm/
Dftrace.h18 #define CALLER_ADDR ((long)(ftrace_caller))
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt257 - 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/
Dmcount.S66 NESTED(ftrace_caller, PT_SIZE, ra)
112 END(ftrace_caller)
/linux-4.4.14/arch/arm/kernel/
Dentry-ftrace.S210 ENTRY(ftrace_caller)
214 ENDPROC(ftrace_caller)
/linux-4.4.14/arch/sh/lib/
Dmcount.S168 .globl ftrace_caller
169 ftrace_caller: label
/linux-4.4.14/arch/x86/kernel/
Dmcount_64.S154 ENTRY(ftrace_caller)
185 END(ftrace_caller)
Dftrace.c741 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/
Dmcount_64.S79 STD_ENTRY(ftrace_caller)
112 STD_ENDPROC(ftrace_caller)
/linux-4.4.14/arch/microblaze/kernel/
Dftrace.c201 ret += ftrace_modify_code((unsigned long)&ftrace_caller, in ftrace_update_ftrace_func()
Dmcount.S87 ENTRY(ftrace_caller)
/linux-4.4.14/include/linux/
Dftrace.h462 extern void ftrace_caller(void);
471 #define FTRACE_ADDR ((unsigned long)ftrace_caller)
/linux-4.4.14/arch/powerpc/kernel/
Dmodule_32.c300 (unsigned long)ftrace_caller, in apply_relocate_add()
Dmodule_64.c693 (unsigned long)ftrace_caller, in apply_relocate_add()
Dentry_64.S1211 _GLOBAL_TOC(ftrace_caller)
Dentry_32.S1308 _GLOBAL(ftrace_caller)
/linux-4.4.14/arch/x86/entry/
Dentry_32.S744 ENTRY(ftrace_caller)
772 END(ftrace_caller)
/linux-4.4.14/arch/ia64/kernel/
Dentry.S1358 GLOBAL_ENTRY(ftrace_caller)
1397 END(ftrace_caller)