Lines Matching refs:pair
2544 struct hist_entry *pair) in hists__add_dummy_entry() argument
2564 cmp = hist_entry__collapse(he, pair); in hists__add_dummy_entry()
2577 he = hist_entry__new(pair, true); in hists__add_dummy_entry()
2594 struct hist_entry *pair) in add_dummy_hierarchy_entry() argument
2607 cmp = hist_entry__collapse_hierarchy(he->hpp_list, he, pair); in add_dummy_hierarchy_entry()
2619 he = hist_entry__new(pair, true); in add_dummy_hierarchy_entry()
2684 struct hist_entry *pos, *pair; in hists__match_hierarchy() local
2688 pair = hists__find_hierarchy_entry(other_root, pos); in hists__match_hierarchy()
2690 if (pair) { in hists__match_hierarchy()
2691 hist_entry__add_pair(pair, pos); in hists__match_hierarchy()
2692 hists__match_hierarchy(&pos->hroot_in, &pair->hroot_in); in hists__match_hierarchy()
2704 struct hist_entry *pos, *pair; in hists__match() local
2719 pair = hists__find_entry(other, pos); in hists__match()
2721 if (pair) in hists__match()
2722 hist_entry__add_pair(pair, pos); in hists__match()
2779 struct hist_entry *pos, *pair; in hists__link() local
2797 pair = hists__add_dummy_entry(leader, pos); in hists__link()
2798 if (pair == NULL) in hists__link()
2800 hist_entry__add_pair(pos, pair); in hists__link()