Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 2 of 2) sorted by relevance
27 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];878 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()926 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()1176 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
1233 #define FTRACE_RETFUNC_DEPTH 50 macro