Lines Matching refs:he
176 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
182 bi = he->branch_info; in hist_iter__branch_callback()
243 struct hist_entry *he; in evsel__add_sample() local
274 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
275 if (he == NULL) in evsel__add_sample()
278 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in evsel__add_sample()
323 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
328 return symbol__tty_annotate(&he->ms, evsel); in hist_entry__tty_annotate()
330 return symbol__tty_annotate2(&he->ms, evsel); in hist_entry__tty_annotate()
420 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
423 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
427 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations()
435 percent = 100.0 * he->stat.period / total; in hists__find_annotations()
441 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
453 if (he->mem_type->histograms == NULL) in hists__find_annotations()
457 const char *type_name = he->mem_type->self.type_name; in hists__find_annotations()
474 key = hist_entry__annotate_data_tui(he, evsel, NULL); in hists__find_annotations()
476 key = hist_entry__annotate_data_tty(he, evsel); in hists__find_annotations()
503 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
514 ret = annotate(he, evsel, NULL); in hists__find_annotations()
521 key = hist_entry__tui_annotate(he, evsel, NULL); in hists__find_annotations()
543 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()