Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-ftrace.c44 int graph_depth; member
410 if (ftrace->graph_depth == 0) in set_tracing_depth()
413 if (ftrace->graph_depth < 0) { in set_tracing_depth()
414 pr_err("invalid graph depth: %d\n", ftrace->graph_depth); in set_tracing_depth()
418 if (write_tracing_file_int("max_graph_depth", ftrace->graph_depth) < 0) in set_tracing_depth()
845 { .name = "depth", .value_ptr = &ftrace->graph_depth }, in parse_graph_tracer_opts()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dftrace.h21 int graph_depth; member
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-ftrace.c388 if (ftrace->graph_depth == 0) in set_tracing_depth()
391 if (ftrace->graph_depth < 0) { in set_tracing_depth()
392 pr_err("invalid graph depth: %d\n", ftrace->graph_depth); in set_tracing_depth()
396 if (write_tracing_file_int("max_graph_depth", ftrace->graph_depth) < 0) in set_tracing_depth()
1101 { .name = "depth", .value_ptr = &ftrace->graph_depth }, in parse_graph_tracer_opts()

Completed in 6 milliseconds