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

/linux-master/tools/perf/util/
H A Dftrace.h21 int graph_depth; member in struct:perf_ftrace
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c388 if (ftrace->graph_depth == 0)
391 if (ftrace->graph_depth < 0) {
392 pr_err("invalid graph depth: %d\n", ftrace->graph_depth);
396 if (write_tracing_file_int("max_graph_depth", ftrace->graph_depth) < 0)
1101 { .name = "depth", .value_ptr = &ftrace->graph_depth },

Completed in 187 milliseconds