Lines Matching defs:he
160 struct hist_entry *he = iter->he;
166 bi = he->branch_info;
220 struct hist_entry *he;
250 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true);
251 if (he == NULL)
254 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr);
297 static int hist_entry__tty_annotate(struct hist_entry *he,
302 return symbol__tty_annotate(&he->ms, evsel, &ann->opts);
304 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts);
315 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
318 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned)
322 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0))
325 notes = symbol__annotation(he->ms.sym);
337 int (*annotate)(struct hist_entry *he,
348 ret = annotate(he, evsel, NULL);
355 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts);
375 hist_entry__tty_annotate(he, evsel, ann);
379 * symbol, free he->ms.sym->src to signal we already