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

/linux-master/arch/loongarch/kernel/
H A Dftrace.c64 if (!function_graph_enter(old, self_addr, 0, NULL))
H A Dftrace_dyn.c236 if (!function_graph_enter(old, self_addr, 0, parent))
/linux-master/arch/sparc/kernel/
H A Dftrace.c128 if (function_graph_enter(parent, self_addr, frame_pointer, NULL))
/linux-master/arch/microblaze/kernel/
H A Dftrace.c65 if (function_graph_enter(old, self_addr, 0, NULL))
/linux-master/arch/riscv/kernel/
H A Dftrace.c176 if (!function_graph_enter(old, self_addr, frame_pointer, parent))
/linux-master/arch/sh/kernel/
H A Dftrace.c362 if (function_graph_enter(old, self_addr, 0, NULL))
/linux-master/arch/csky/kernel/
H A Dftrace.c158 if (!function_graph_enter(old, self_addr,
/linux-master/arch/parisc/kernel/
H A Dftrace.c48 if (!function_graph_enter(old, self_addr, 0, NULL))
/linux-master/arch/mips/kernel/
H A Dftrace.c365 if (function_graph_enter(old_parent_ra, self_ra, fp, NULL))
/linux-master/arch/arm/kernel/
H A Dftrace.c257 if (function_graph_enter(old, self_addr, frame_pointer, NULL))
/linux-master/arch/s390/kernel/
H A Dftrace.c249 if (!function_graph_enter(ra, ip, 0, (void *) sp))
/linux-master/arch/arm64/kernel/
H A Dftrace.c474 if (!function_graph_enter(old, self_addr, frame_pointer,
/linux-master/kernel/trace/
H A Dfgraph.c123 int function_graph_enter(unsigned long ret, unsigned long func, function
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace.c437 if (!function_graph_enter(parent_ip, ip, 0, (unsigned long *)sp))
H A Dftrace_64_pg.c820 if (!function_graph_enter(parent, ip, 0, (unsigned long *)sp))
/linux-master/arch/x86/kernel/
H A Dftrace.c650 if (!function_graph_enter(*parent, ip, frame_pointer, parent))
/linux-master/include/linux/
H A Dftrace.h1073 function_graph_enter(unsigned long ret, unsigned long func,

Completed in 236 milliseconds