Home
last modified time | relevance | path

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

/linux-5.19.10/tools/bootconfig/scripts/
Dftrace2bconf.sh49 [ $val != 0 ] && emit_kv kernel.fgraph_max_depth = $val
Dbconf2ftrace.sh284 set_value_of kernel.fgraph_max_depth $TRACEFS/max_graph_depth
/linux-5.19.10/kernel/trace/
Dtrace_functions_graph.c42 unsigned int fgraph_max_depth; variable
1309 fgraph_max_depth = val; in graph_depth_write()
1323 n = sprintf(buf, "%d\n", fgraph_max_depth); in graph_depth_read()
Dtrace.h950 extern unsigned int fgraph_max_depth;
958 (fgraph_max_depth && trace->depth >= fgraph_max_depth); in ftrace_graph_ignore_func()
Dftrace.c5951 fgraph_max_depth = simple_strtoul(str, NULL, 0); in set_graph_max_depth_function()
/linux-5.19.10/Documentation/trace/
Dboottime-trace.rst46 kernel.fgraph_max_depth = MAX_DEPTH