Lines Matching refs:he
155 struct hist_entry *he; in perf_evsel__add_sample() local
181 he = hists__add_entry(hists, al, NULL, NULL, NULL, sample, true); in perf_evsel__add_sample()
182 if (he == NULL) in perf_evsel__add_sample()
185 ret = hist_entry__inc_addr_samples(he, sample, evsel->idx, al->addr); in perf_evsel__add_sample()
219 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
223 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel, in hist_entry__tty_annotate()
235 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
238 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()
241 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
253 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
264 ret = annotate(he, evsel, NULL); in hists__find_annotations()
271 key = hist_entry__tui_annotate(he, evsel, NULL); in hists__find_annotations()
290 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()