Searched refs:FTRACE_RETFUNC_DEPTH (Results 1 – 2 of 2) sorted by relevance
30 unsigned long enter_funcs[FTRACE_RETFUNC_DEPTH];981 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_leaf()1039 if (call->depth < FTRACE_RETFUNC_DEPTH && in print_graph_entry_nested()1319 if (trace->depth < FTRACE_RETFUNC_DEPTH && in print_graph_return()
1309 #define FTRACE_RETFUNC_DEPTH 50 macro