Home
last modified time | relevance | path

Searched refs:function_graph_enter_regs (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/riscv/kernel/
H A Dftrace.c231 if (!function_graph_enter_regs(old, ip, frame_pointer, parent, fregs)) in ftrace_graph_func()
/linux-6.15/arch/loongarch/kernel/
H A Dftrace_dyn.c253 if (!function_graph_enter_regs(old, ip, 0, parent, fregs)) in ftrace_graph_func()
/linux-6.15/include/linux/
H A Dftrace.h1208 function_graph_enter_regs(unsigned long ret, unsigned long func,
1215 return function_graph_enter_regs(ret, func, fp, retp, NULL); in function_graph_enter()
/linux-6.15/arch/s390/kernel/
H A Dftrace.c276 if (!function_graph_enter_regs(*parent, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
/linux-6.15/arch/arm64/kernel/
H A Dftrace.c556 if (!function_graph_enter_regs(old, ip, frame_pointer, in ftrace_graph_func()
/linux-6.15/arch/x86/kernel/
H A Dftrace.c659 if (!function_graph_enter_regs(*parent, ip, 0, parent, fregs)) in ftrace_graph_func()
/linux-6.15/arch/powerpc/kernel/trace/
H A Dftrace_64_pg.c801 if (!function_graph_enter_regs(parent, ip, 0, (unsigned long *)sp, fregs)) in __prepare_ftrace_return()
H A Dftrace.c666 if (!function_graph_enter_regs(parent_ip, ip, 0, (unsigned long *)sp, fregs)) in ftrace_graph_func()
/linux-6.15/kernel/trace/
H A Dfgraph.c651 int function_graph_enter_regs(unsigned long ret, unsigned long func, in function_graph_enter_regs() function