Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kernel/
Dentry-ftrace.S129 SYM_CODE_START(ftrace_graph_caller)
136 SYM_CODE_END(ftrace_graph_caller)
238 b.ne ftrace_graph_caller // != ftrace_stub)
243 b.ne ftrace_graph_caller // ftrace_graph_caller();
302 SYM_FUNC_START(ftrace_graph_caller)
309 SYM_FUNC_END(ftrace_graph_caller)
Dftrace.c285 (unsigned long)ftrace_graph_caller, in ftrace_modify_graph_caller()
/Linux-v5.10/arch/nds32/kernel/
Dftrace.c10 extern void ftrace_graph_caller(void);
31 ftrace_graph_caller(); in _mcount()
213 noinline void ftrace_graph_caller(void) in ftrace_graph_caller() function
252 ftrace_gen_call_insn(call_insn, (unsigned long)ftrace_graph_caller); in ftrace_modify_graph_caller()
/Linux-v5.10/arch/mips/kernel/
Dmcount.S137 bne t1, t3, ftrace_graph_caller
141 bne t1, t3, ftrace_graph_caller
158 NESTED(ftrace_graph_caller, PT_SIZE, ra)
199 END(ftrace_graph_caller)
Dftrace.c69 uasm_i_j(&buf, (unsigned long)ftrace_graph_caller & JUMP_RANGE_MASK); in ftrace_dyn_arch_init_insns()
/Linux-v5.10/arch/csky/abiv2/
Dmcount.S122 bt ftrace_graph_caller
128 bt ftrace_graph_caller
165 ENTRY(ftrace_graph_caller)
174 END(ftrace_graph_caller)
/Linux-v5.10/arch/sparc/lib/
Dmcount.S61 ba,pt %xcc, ftrace_graph_caller
110 ENTRY(ftrace_graph_caller)
117 END(ftrace_graph_caller)
/Linux-v5.10/arch/x86/kernel/
Dftrace_64.S283 jnz ftrace_graph_caller
286 jnz ftrace_graph_caller
312 SYM_FUNC_START(ftrace_graph_caller)
323 SYM_FUNC_END(ftrace_graph_caller)
Dftrace_32.S167 SYM_CODE_START(ftrace_graph_caller)
181 SYM_CODE_END(ftrace_graph_caller)
Dftrace.c612 return ftrace_mod_jmp(ip, &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/Linux-v5.10/arch/riscv/kernel/
Dmcount-dyn.S55 ENTRY(ftrace_graph_caller)
71 ENDPROC(ftrace_graph_caller)
112 call ftrace_graph_caller
233 call ftrace_graph_caller
/Linux-v5.10/arch/sh/lib/
Dmcount.S137 .long ftrace_graph_caller
201 .globl ftrace_graph_caller
202 ftrace_graph_caller: label
/Linux-v5.10/arch/arm/kernel/
Dentry-ftrace.S51 bne ftrace_graph_caller\suffix
57 bne ftrace_graph_caller\suffix
239 ENTRY(ftrace_graph_caller)
243 ENDPROC(ftrace_graph_caller)
Dftrace.c215 ftrace_graph_caller, in ftrace_modify_graph_caller()
/Linux-v5.10/arch/s390/kernel/
Dftrace.c185 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_enable_ftrace_graph_caller()
193 s390_kernel_write(__va(ftrace_graph_caller)+1, &op, sizeof(op)); in ftrace_disable_ftrace_graph_caller()
/Linux-v5.10/arch/csky/kernel/
Dftrace.c195 (unsigned long)&ftrace_graph_caller, true, true); in ftrace_enable_ftrace_graph_caller()
201 (unsigned long)&ftrace_graph_caller, false, true); in ftrace_disable_ftrace_graph_caller()
/Linux-v5.10/arch/sh/kernel/
Dftrace.c287 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
297 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
/Linux-v5.10/Documentation/trace/
Dftrace-design.rst126 function, call the arch-specific function ftrace_graph_caller which in turn
154 + ftrace_graph_caller();
160 Here is the pseudo code for the new ftrace_graph_caller assembly function::
163 void ftrace_graph_caller(void)
395 - ftrace_graph_caller()
405 stub needs to be large enough to support a call to ftrace_graph_caller()
406 - update ftrace_graph_caller() to work with being called by the new
409 ftrace_graph_call location with a call to ftrace_graph_caller()
/Linux-v5.10/arch/powerpc/kernel/trace/
Dftrace_64_pg.S43 _GLOBAL(ftrace_graph_caller)
Dftrace_32.S52 _GLOBAL(ftrace_graph_caller)
Dftrace.c934 unsigned long addr = (unsigned long)(&ftrace_graph_caller);
947 unsigned long addr = (unsigned long)(&ftrace_graph_caller);
Dftrace_64_mprofile.S281 _GLOBAL(ftrace_graph_caller)
/Linux-v5.10/arch/sparc/kernel/
Dftrace.c103 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/Linux-v5.10/include/linux/
Dftrace.h568 #define FTRACE_GRAPH_ADDR ((unsigned long)ftrace_graph_caller)
590 extern void ftrace_graph_caller(void);