Home
last modified time | relevance | path

Searched refs:function_graph_enter (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/arch/loongarch/kernel/
Dftrace.c64 if (!function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
Dftrace_dyn.c236 if (!function_graph_enter(old, self_addr, 0, parent)) in prepare_ftrace_return()
/linux-6.12.1/arch/sparc/kernel/
Dftrace.c128 if (function_graph_enter(parent, self_addr, frame_pointer, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/microblaze/kernel/
Dftrace.c65 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/riscv/kernel/
Dftrace.c208 if (!function_graph_enter(old, self_addr, frame_pointer, parent)) in prepare_ftrace_return()
/linux-6.12.1/arch/csky/kernel/
Dftrace.c158 if (!function_graph_enter(old, self_addr, in prepare_ftrace_return()
/linux-6.12.1/arch/sh/kernel/
Dftrace.c362 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/parisc/kernel/
Dftrace.c48 if (!function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/mips/kernel/
Dftrace.c365 if (function_graph_enter(old_parent_ra, self_ra, fp, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/arm/kernel/
Dftrace.c270 if (function_graph_enter(old, self_addr, frame_pointer, NULL)) in prepare_ftrace_return()
/linux-6.12.1/arch/arm64/kernel/
Dftrace.c474 if (!function_graph_enter(old, self_addr, frame_pointer, in prepare_ftrace_return()
/linux-6.12.1/arch/s390/kernel/
Dftrace.c276 if (!function_graph_enter(ra, ip, 0, (void *) sp)) in prepare_ftrace_return()
/linux-6.12.1/arch/x86/kernel/
Dftrace.c640 if (!function_graph_enter(*parent, ip, frame_pointer, parent)) in prepare_ftrace_return()
/linux-6.12.1/arch/powerpc/kernel/trace/
Dftrace.c437 if (!function_graph_enter(parent_ip, ip, 0, (unsigned long *)sp)) in ftrace_graph_func()
Dftrace_64_pg.c820 if (!function_graph_enter(parent, ip, 0, (unsigned long *)sp)) in __prepare_ftrace_return()
/linux-6.12.1/include/linux/
Dftrace.h1085 function_graph_enter(unsigned long ret, unsigned long func,
/linux-6.12.1/kernel/trace/
Dfgraph.c615 int function_graph_enter(unsigned long ret, unsigned long func, in function_graph_enter() function