Lines Matching defs:he
70 struct hist_entry *he;
92 he = hists__add_entry(hists, &al, NULL,
94 if (he == NULL) {
112 he = hists__add_entry(hists, &al, NULL,
114 if (he == NULL) {
176 struct hist_entry *he;
178 he = rb_entry(node, struct hist_entry, rb_node_in);
180 if (hist_entry__has_pairs(he)) {
183 he->thread, he->ms.map, he->ms.sym)) {
228 struct hist_entry *he;
230 he = rb_entry(node, struct hist_entry, rb_node_in);
232 if (hist_entry__has_pairs(he)) {
235 he->thread, he->ms.map, he->ms.sym) &&
238 he->thread, he->ms.map, he->ms.sym)) {