Lines Matching refs:he
167 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
173 bi = he->branch_info; in hist_iter__branch_callback()
233 struct hist_entry *he; in evsel__add_sample() local
264 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
265 if (he == NULL) in evsel__add_sample()
268 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in evsel__add_sample()
313 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
318 return symbol__tty_annotate(&he->ms, evsel, &ann->opts); in hist_entry__tty_annotate()
320 return symbol__tty_annotate2(&he->ms, evsel, &ann->opts); in hist_entry__tty_annotate()
331 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
334 if (he->ms.sym == NULL || map__dso(he->ms.map)->annotate_warned) in hists__find_annotations()
338 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations()
346 percent = 100.0 * he->stat.period / total; in hists__find_annotations()
352 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
364 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
376 ret = annotate(he, evsel, &ann->opts, NULL); in hists__find_annotations()
383 key = hist_entry__tui_annotate(he, evsel, NULL, &ann->opts); in hists__find_annotations()
405 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()