Lines Matching defs:he
68 struct hist_entry *he;
89 he = hists__add_entry(hists, &al, NULL,
91 if (he == NULL) {
108 he = hists__add_entry(hists, &al, NULL,
110 if (he == NULL) {
157 struct hist_entry *he;
159 he = rb_entry(node, struct hist_entry, rb_node_in);
161 if (hist_entry__has_pairs(he)) {
164 he->thread, he->ms.map, he->ms.sym)) {
209 struct hist_entry *he;
211 he = rb_entry(node, struct hist_entry, rb_node_in);
213 if (hist_entry__has_pairs(he)) {
216 he->thread, he->ms.map, he->ms.sym) &&
219 he->thread, he->ms.map, he->ms.sym)) {