Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dftrace.c64 if (!function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux/arch/sparc/kernel/
H A Dftrace.c128 if (function_graph_enter(parent, self_addr, frame_pointer, NULL)) in prepare_ftrace_return()
/linux/arch/microblaze/kernel/
H A Dftrace.c65 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux/arch/csky/kernel/
H A Dftrace.c158 if (!function_graph_enter(old, self_addr, in prepare_ftrace_return()
/linux/arch/sh/kernel/
H A Dftrace.c362 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
/linux/arch/riscv/kernel/
H A Dftrace.c235 if (!function_graph_enter(old, self_addr, frame_pointer, parent)) in prepare_ftrace_return()
/linux/arch/x86/kernel/
H A Dftrace.c642 if (!function_graph_enter(*parent, ip, frame_pointer, parent)) in prepare_ftrace_return()
/linux/include/linux/
H A Dftrace.h1214 static inline int function_graph_enter(unsigned long ret, unsigned long func, in function_graph_enter() function