fgraph_max_depth 4961 kernel/trace/ftrace.c 	fgraph_max_depth = simple_strtoul(str, NULL, 0);
fgraph_max_depth 1028 kernel/trace/trace.h extern unsigned int fgraph_max_depth;
fgraph_max_depth 1036 kernel/trace/trace.h 		(fgraph_max_depth && trace->depth >= fgraph_max_depth);
fgraph_max_depth   42 kernel/trace/trace_functions_graph.c unsigned int fgraph_max_depth;
fgraph_max_depth 1311 kernel/trace/trace_functions_graph.c 	fgraph_max_depth = val;
fgraph_max_depth 1325 kernel/trace/trace_functions_graph.c 	n = sprintf(buf, "%d\n", fgraph_max_depth);