Home
last modified time | relevance | path

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

/linux/Documentation/trace/
H A Dboottime-trace.rst46 kernel.fgraph_max_depth = MAX_DEPTH
47 Set MAX_DEPTH to maximum depth of fgraph tracer.
/linux/tools/perf/util/
H A Ddemangle-rust-v0.c29 #define MAX_DEPTH 500 macro
664 if (parser->depth > MAX_DEPTH) { in parser_push_depth()