Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c2261 struct rb_root *other_root) in hists__match_hierarchy() argument
2268 pair = hists__find_hierarchy_entry(other_root, pos); in hists__match_hierarchy()
2309 struct rb_root *other_root) in hists__link_hierarchy() argument
2314 for (nd = rb_first(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()