Searched refs:graph_depth (Results 1 – 1 of 1) sorted by relevance
38 int graph_depth; member260 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()