Home
last modified time | relevance | path

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

/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.h958 extern unsigned int fgraph_max_depth;
966 (fgraph_max_depth && trace->depth >= fgraph_max_depth); in ftrace_graph_ignore_func()
Dftrace.c6030 fgraph_max_depth = simple_strtoul(str, NULL, 0); in set_graph_max_depth_function()