Searched refs:function_graph_enter_regs (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | ftrace.h | 1208 function_graph_enter_regs(unsigned long ret, unsigned long func, 1215 return function_graph_enter_regs(ret, func, fp, retp, NULL); in function_graph_enter()
|
/linux/arch/s390/kernel/ |
H A D | ftrace.c | 274 if (!function_graph_enter_regs(*parent, ip, 0, parent, fregs)) in ftrace_graph_func()
|
/linux/kernel/trace/ |
H A D | fgraph.c | 651 int function_graph_enter_regs(unsigned long ret, unsigned long func, in function_graph_enter_regs() function
|