Home
last modified time | relevance | path

Searched refs:fgraph_max_depth (Results 1 – 5 of 5) sorted by relevance

/linux/tools/bootconfig/scripts/
H A Dftrace2bconf.sh49 [ $val != 0 ] && emit_kv kernel.fgraph_max_depth = $val
H A Dbconf2ftrace.sh284 set_value_of kernel.fgraph_max_depth $TRACEFS/max_graph_depth
/linux/kernel/trace/
H A Dtrace_functions_graph.c60 unsigned int fgraph_max_depth; variable
1773 fgraph_max_depth = val; in graph_depth_write()
1787 n = sprintf(buf, "%d\n", fgraph_max_depth); in graph_depth_read()
H A Dtrace.h1165 extern unsigned int fgraph_max_depth; in print_graph_function_flags()
1178 (fgraph_max_depth && trace->depth >= fgraph_max_depth);
H A Dftrace.c6878 if (!str || kstrtouint(str, 0, &fgraph_max_depth)) in set_graph_max_depth_function()