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