Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dmachine.c2435 #define PERF_MAX_BRANCH_DEPTH 127 macro
2446 BUG_ON(PERF_MAX_BRANCH_DEPTH > 255); in remove_loops()
2958 if (branch->nr > PERF_MAX_BRANCH_DEPTH) { in thread__resolve_callchain_sample()