Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dftrace.h29 int graph_depth; member
/linux-6.15/tools/perf/
H A Dbuiltin-ftrace.c430 if (ftrace->graph_depth == 0) in set_tracing_depth()
433 if (ftrace->graph_depth < 0) { in set_tracing_depth()
434 pr_err("invalid graph depth: %d\n", ftrace->graph_depth); in set_tracing_depth()
438 if (write_tracing_file_int("max_graph_depth", ftrace->graph_depth) < 0) in set_tracing_depth()
1541 { .name = "depth", .value_ptr = &ftrace->graph_depth }, in parse_graph_tracer_opts()