Lines Matching defs:other
2492 void hists__match(struct hists *leader, struct hists *other)
2501 &other->entries_collapsed);
2511 pair = hists__find_entry(other, pos);
2563 * Look for entries in the other hists that are not present in the leader, if
2567 int hists__link(struct hists *leader, struct hists *other)
2577 &other->entries_collapsed);
2580 if (hists__has(other, need_collapse))
2581 root = &other->entries_collapsed;
2583 root = other->entries_in;
2633 * other entries.