Home
last modified time | relevance | path

Searched refs:function_graph_enter (Results 1 – 7 of 7) 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/mips/kernel/
H A Dftrace.c365 if (function_graph_enter(old_parent_ra, self_ra, fp, NULL)) in prepare_ftrace_return()
/linux/include/linux/
H A Dftrace.h1212 static inline int function_graph_enter(unsigned long ret, unsigned long func, in function_graph_enter() function