Searched refs:nr_hpp_node (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/ui/stdio/
H A Dhist.c501 (hists->nr_hpp_node - 2) * HIERARCHY_INDENT, "");
644 indent = hists->nr_hpp_node;
878 int depth = hists->nr_hpp_node + h->depth + 1;
/linux-master/tools/perf/util/
H A Dhist.h115 int nr_hpp_node; member in struct:hists
/linux-master/tools/perf/ui/
H A Dhist.c849 hists->nr_hpp_node++;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c1419 int hierarchy_indent = (entry->hists->nr_hpp_node - 2) * HIERARCHY_INDENT;
1577 int indent = browser->hists->nr_hpp_node - 2;
1692 int indent = hists->nr_hpp_node - 2;
2107 int hierarchy_indent = (he->hists->nr_hpp_node - 2) * HIERARCHY_INDENT;

Completed in 113 milliseconds