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()
222 struct hist_entry *he; in perf_evsel__add_sample() local
252 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true); in perf_evsel__add_sample()
253 if (he == NULL) in perf_evsel__add_sample()
256 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in perf_evsel__add_sample()
299 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
304 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel, &ann->opts); in hist_entry__tty_annotate()
306 return symbol__tty_annotate2(he->ms.sym, he->ms.map, evsel, &ann->opts); in hist_entry__tty_annotate()
317 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
320 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()
324 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations()
327 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
339 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
350 ret = annotate(he, evsel, NULL); in hists__find_annotations()
357 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts); in hists__find_annotations()
377 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()