Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dhist.c264 rb_erase(&n->rb_node_in, &hists->entries_collapsed); in hists__decay_entries()
620 if (hists__collapse_insert_entry(hists, &hists->entries_collapsed, n)) { in hists__collapse_resort()
727 root = &hists->entries_collapsed; in hists__output_resort()
890 root = &hists->entries_collapsed; in hists__add_dummy_entry()
930 n = hists->entries_collapsed.rb_node; in hists__find_entry()
959 root = &leader->entries_collapsed; in hists__match()
984 root = &other->entries_collapsed; in hists__link()
Dhist.h71 struct rb_root entries_collapsed; member
Devsel.c122 hists->entries_collapsed = RB_ROOT; in hists__init()
/external/linux-tools-perf/src/tools/perf/tests/
Dhists_link.c287 root = &hists->entries_collapsed; in __validate_match()
339 root = &hists->entries_collapsed; in __validate_link()
410 root = &hists->entries_collapsed; in print_hists()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-diff.c403 root = &hists->entries_collapsed; in hists__baseline_only()
425 root = &hists->entries_collapsed; in hists__precompute()
556 root = &hists->entries_collapsed; in hists__compute_resort()