Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-ftrace.c40 int graph_depth; member
262 if (ftrace->graph_depth == 0) in set_tracing_depth()
265 if (ftrace->graph_depth < 0) { in set_tracing_depth()
266 pr_err("invalid graph depth: %d\n", ftrace->graph_depth); in set_tracing_depth()
270 snprintf(buf, sizeof(buf), "%d", ftrace->graph_depth); in set_tracing_depth()
479 OPT_INTEGER('D', "graph-depth", &ftrace.graph_depth, in cmd_ftrace()