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