Searched refs:function_graph_enter (Results 1 – 7 of 7) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | ftrace.c | 64 if (!function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
|
/linux/arch/sparc/kernel/ |
H A D | ftrace.c | 128 if (function_graph_enter(parent, self_addr, frame_pointer, NULL)) in prepare_ftrace_return()
|
/linux/arch/microblaze/kernel/ |
H A D | ftrace.c | 65 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
|
/linux/arch/csky/kernel/ |
H A D | ftrace.c | 158 if (!function_graph_enter(old, self_addr, in prepare_ftrace_return()
|
/linux/arch/sh/kernel/ |
H A D | ftrace.c | 362 if (function_graph_enter(old, self_addr, 0, NULL)) in prepare_ftrace_return()
|
/linux/arch/mips/kernel/ |
H A D | ftrace.c | 365 if (function_graph_enter(old_parent_ra, self_ra, fp, NULL)) in prepare_ftrace_return()
|
/linux/include/linux/ |
H A D | ftrace.h | 1212 static inline int function_graph_enter(unsigned long ret, unsigned long func, in function_graph_enter() function
|