Home | History | Annotate | Download | only in perf

Lines Matching defs:he

51 	struct hist_entry *he;
66 he = __hists__add_entry(&evsel->hists, al, NULL, 1, 1);
67 if (he == NULL)
71 if (he->ms.sym != NULL) {
72 struct annotation *notes = symbol__annotation(he->ms.sym);
73 if (notes->src == NULL && symbol__alloc_hist(he->ms.sym) < 0)
76 ret = hist_entry__inc_addr_samples(he, evsel->idx, al->addr);
111 static int hist_entry__tty_annotate(struct hist_entry *he,
115 return symbol__tty_annotate(he->ms.sym, he->ms.map, evsel,
127 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
130 if (he->ms.sym == NULL || he->ms.map->dso->annotate_warned)
133 notes = symbol__annotation(he->ms.sym);
146 ret = hist_entry__gtk_annotate(he, evsel, NULL);
153 key = hist_entry__tui_annotate(he, evsel, NULL);
172 hist_entry__tty_annotate(he, evsel, ann);
176 * symbol, free he->ms.sym->src to signal we already