Lines Matching defs:other
2544 void hists__match(struct hists *leader, struct hists *other)
2553 &other->entries_collapsed);
2563 pair = hists__find_entry(other, pos);
2615 * Look for entries in the other hists that are not present in the leader, if
2619 int hists__link(struct hists *leader, struct hists *other)
2629 &other->entries_collapsed);
2632 if (hists__has(other, need_collapse))
2633 root = &other->entries_collapsed;
2635 root = other->entries_in;
2685 * other entries.