Lines Matching full:he

177 	struct hist_entry *he = iter->he;  in hist_iter__branch_callback()  local
183 bi = he->branch_info; in hist_iter__branch_callback()
244 struct hist_entry *he; in evsel__add_sample() local
275 he = hists__add_entry(hists, al, NULL, NULL, NULL, NULL, sample, true); in evsel__add_sample()
276 if (he == NULL) in evsel__add_sample()
279 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in evsel__add_sample()
324 static int hist_entry__tty_annotate(struct hist_entry *he, in hist_entry__tty_annotate() argument
329 return symbol__tty_annotate(&he->ms, evsel); in hist_entry__tty_annotate()
331 return symbol__tty_annotate2(&he->ms, evsel); in hist_entry__tty_annotate()
421 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations() local
424 if (he->ms.sym == NULL || dso__annotate_warned(map__dso(he->ms.map))) in hists__find_annotations()
428 (strcmp(he->ms.sym->name, ann->sym_hist_filter) != 0)) in hists__find_annotations()
436 percent = 100.0 * he->stat.period / total; in hists__find_annotations()
442 notes = symbol__annotation(he->ms.sym); in hists__find_annotations()
454 if (he->mem_type->histograms == NULL) in hists__find_annotations()
458 const char *type_name = he->mem_type->self.type_name; in hists__find_annotations()
475 key = hist_entry__annotate_data_tui(he, evsel, NULL); in hists__find_annotations()
477 key = hist_entry__annotate_data_tty(he, evsel); in hists__find_annotations()
504 int (*annotate)(struct hist_entry *he, in hists__find_annotations()
515 ret = annotate(he, evsel, NULL); in hists__find_annotations()
522 key = hist_entry__tui_annotate(he, evsel, NULL); in hists__find_annotations()
544 hist_entry__tty_annotate(he, evsel, ann); in hists__find_annotations()