Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds