Home
last modified time | relevance | path

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

/tools/perf/util/
Dcallchain.h76 u64 max_depth; member
180 root->max_depth = 0; in callchain_init()
Dcallchain.c1018 if (cursor->nr > root->max_depth) in callchain_append()
1019 root->max_depth = cursor->nr; in callchain_append()
/tools/perf/tests/
Dhists_cumulate.c170 #define DEPTH(he) (he->callchain->max_depth)
/tools/perf/ui/
Dhist.c289 ret = b->callchain->max_depth - a->callchain->max_depth; in __hpp__sort_acc()