Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dentry-ftrace.S121 b.ne ftrace_graph_caller // != ftrace_stub)
128 b.ne ftrace_graph_caller // ftrace_graph_caller();
208 ENTRY(ftrace_graph_caller)
215 ENDPROC(ftrace_graph_caller)
Dftrace.c158 (unsigned long)ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-4.4.14/arch/tile/kernel/
Dmcount_64.S141 bnez r15, ftrace_graph_caller
157 bnez r17, ftrace_graph_caller
183 STD_ENTRY(ftrace_graph_caller)
184 ftrace_graph_caller: label
198 STD_ENDPROC(ftrace_graph_caller)
Dftrace.c232 ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-4.4.14/arch/mips/kernel/
Dmcount.S124 bne t1, t3, ftrace_graph_caller
128 bne t1, t3, ftrace_graph_caller
158 NESTED(ftrace_graph_caller, PT_SIZE, ra)
199 END(ftrace_graph_caller)
Dftrace.c86 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK); in ftrace_dyn_arch_init_insns()
/linux-4.4.14/arch/arm/kernel/
Dentry-ftrace.S77 bne ftrace_graph_caller\suffix
83 bne ftrace_graph_caller\suffix
218 ENTRY(ftrace_graph_caller)
222 ENDPROC(ftrace_graph_caller)
Dftrace.c251 ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-4.4.14/arch/sparc/lib/
Dmcount.S58 ba,pt %xcc, ftrace_graph_caller
107 ENTRY(ftrace_graph_caller)
114 END(ftrace_graph_caller)
/linux-4.4.14/arch/x86/kernel/
Dmcount_64.S268 jnz ftrace_graph_caller
271 jnz ftrace_graph_caller
297 ENTRY(ftrace_graph_caller)
315 END(ftrace_graph_caller)
Dftrace.c955 return ftrace_mod_jmp(ip, &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/linux-4.4.14/arch/sh/lib/
Dmcount.S140 .long ftrace_graph_caller
204 .globl ftrace_graph_caller
205 ftrace_graph_caller: label
/linux-4.4.14/arch/s390/kernel/
Dftrace.c232 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_enable_ftrace_graph_caller()
240 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_disable_ftrace_graph_caller()
Dmcount.S56 ENTRY(ftrace_graph_caller)
/linux-4.4.14/arch/sh/kernel/
Dftrace.c306 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
316 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt115 function, call the arch-specific function ftrace_graph_caller which in turn
142 + ftrace_graph_caller();
148 Here is the pseudo code for the new ftrace_graph_caller assembly function:
150 void ftrace_graph_caller(void)
368 - ftrace_graph_caller()
376 stub needs to be large enough to support a call to ftrace_graph_caller()
377 - update ftrace_graph_caller() to work with being called by the new
380 ftrace_graph_call location with a call to ftrace_graph_caller()
/linux-4.4.14/arch/blackfin/kernel/
Dftrace.c84 uint16_t jump_pcrel12 = ((unsigned long)&ftrace_graph_caller - ip) >> 1; in ftrace_enable_ftrace_graph_caller()
/linux-4.4.14/arch/powerpc/kernel/
Dftrace.c489 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
502 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
Dentry_64.S1253 b ftrace_graph_caller
1264 _GLOBAL(ftrace_graph_caller)
Dentry_32.S1340 b ftrace_graph_caller
1350 _GLOBAL(ftrace_graph_caller)
/linux-4.4.14/arch/sparc/kernel/
Dftrace.c102 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/linux-4.4.14/arch/x86/entry/
Dentry_32.S846 jnz ftrace_graph_caller
849 jnz ftrace_graph_caller
875 ENTRY(ftrace_graph_caller)
888 END(ftrace_graph_caller)
/linux-4.4.14/include/linux/
Dftrace.h475 #define FTRACE_GRAPH_ADDR ((unsigned long)ftrace_graph_caller)
497 extern void ftrace_graph_caller(void);