Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-ftrace.c38 int graph_depth; member
260 if (ftrace->graph_depth == 0) in set_tracing_depth()
263 if (ftrace->graph_depth < 0) { in set_tracing_depth()
264 pr_err("invalid graph depth: %d\n", ftrace->graph_depth); in set_tracing_depth()
268 snprintf(buf, sizeof(buf), "%d", ftrace->graph_depth); in set_tracing_depth()
471 OPT_INTEGER('D', "graph-depth", &ftrace.graph_depth, in cmd_ftrace()