Lines Matching refs:he
55 struct hist_entry *he; in perf_evsel__add_sample() local
70 he = __hists__add_entry(hists, al, NULL, NULL, NULL, 1, 1, 0, true); in perf_evsel__add_sample()
71 if (he == NULL) in perf_evsel__add_sample()
74 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr); in perf_evsel__add_sample()
106 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
110 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel, in hist_entry__tty_annotate()
122 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
125 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned) in hists__find_annotations()
128 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
140 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
151 ret = annotate(he, evsel, NULL); in hists__find_annotations()
158 key = hist_entry__tui_annotate(he, evsel, NULL); in hists__find_annotations()
177 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()