Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/kernel/
Dmcount.S52 bne t1, t3, ftrace_graph_caller
56 bne t1, t3, ftrace_graph_caller
69 SYM_FUNC_START(ftrace_graph_caller)
79 SYM_FUNC_END(ftrace_graph_caller)
Dmcount_dyn.S131 SYM_CODE_START(ftrace_graph_caller)
138 SYM_CODE_END(ftrace_graph_caller)
Dftrace_dyn.c257 func = (unsigned long)&ftrace_graph_caller; in ftrace_modify_graph_caller()
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/sparc/lib/
Dmcount.S61 ba,pt %xcc, ftrace_graph_caller
110 ENTRY(ftrace_graph_caller)
117 END(ftrace_graph_caller)
/linux-6.12.1/arch/arm/kernel/
Dentry-ftrace.S46 bne ftrace_graph_caller\suffix
51 bne ftrace_graph_caller\suffix
239 ENTRY(ftrace_graph_caller)
243 ENDPROC(ftrace_graph_caller)
Dftrace.c299 ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-6.12.1/arch/sh/lib/
Dmcount.S137 .long ftrace_graph_caller
201 .globl ftrace_graph_caller symbol
202 ftrace_graph_caller: label
/linux-6.12.1/arch/csky/kernel/
Dftrace.c190 (unsigned long)&ftrace_graph_caller, true, true); in ftrace_enable_ftrace_graph_caller()
196 (unsigned long)&ftrace_graph_caller, false, true); in ftrace_disable_ftrace_graph_caller()
/linux-6.12.1/arch/sh/kernel/
Dftrace.c282 new_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
292 old_addr = (unsigned long)(&ftrace_graph_caller); in ftrace_disable_ftrace_graph_caller()
/linux-6.12.1/arch/x86/kernel/
Dftrace_32.S172 SYM_CODE_START(ftrace_graph_caller)
186 SYM_CODE_END(ftrace_graph_caller)
Dftrace.c597 return ftrace_mod_jmp(ip, &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/linux-6.12.1/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)
383 - ftrace_graph_caller()
393 stub needs to be large enough to support a call to ftrace_graph_caller()
394 - update ftrace_graph_caller() to work with being called by the new
397 ftrace_graph_call location with a call to ftrace_graph_caller()
/linux-6.12.1/arch/arm64/kernel/
Dentry-ftrace.S305 SYM_FUNC_START(ftrace_graph_caller)
312 SYM_FUNC_END(ftrace_graph_caller)
Dftrace.c497 (unsigned long)ftrace_graph_caller, in ftrace_modify_graph_caller()
/linux-6.12.1/arch/s390/kernel/
Dftrace.c294 return ftrace_patch_branch_mask(ftrace_graph_caller, 0xa7f4, false); in ftrace_enable_ftrace_graph_caller()
300 return ftrace_patch_branch_mask(ftrace_graph_caller, 0xa704, true); in ftrace_disable_ftrace_graph_caller()
/linux-6.12.1/arch/sparc/kernel/
Dftrace.c98 new = ftrace_call_replace(ip, (unsigned long) &ftrace_graph_caller); in ftrace_enable_ftrace_graph_caller()
/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace_64_pg_entry.S43 _GLOBAL(ftrace_graph_caller)
Dftrace_64_pg.c775 unsigned long addr = (unsigned long)(&ftrace_graph_caller); in ftrace_modify_ftrace_graph_caller()
/linux-6.12.1/include/linux/
Dftrace.h704 #define FTRACE_GRAPH_ADDR ((unsigned long)ftrace_graph_caller)
726 extern void ftrace_graph_caller(void);