Lines Matching refs:he
146 struct hist_entry *he = iter->he; in hist_iter__report_callback() local
156 bi = he->branch_info; in hist_iter__report_callback()
164 mi = he->mem_info; in hist_iter__report_callback()
169 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
173 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
175 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
187 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
189 struct branch_info *bi = he->branch_info; in hist_iter__branch_callback()
701 static int hists__resort_cb(struct hist_entry *he, void *arg) in hists__resort_cb() argument
704 struct symbol *sym = he->ms.sym; in hists__resort_cb()
707 struct evsel *evsel = hists_to_evsel(he->hists); in hists__resort_cb()
709 symbol__annotate2(&he->ms, evsel, in hists__resort_cb()