Lines Matching refs:he
153 struct hist_entry *he = iter->he; in hist_iter__report_callback() local
163 bi = he->branch_info; in hist_iter__report_callback()
171 mi = he->mem_info; in hist_iter__report_callback()
176 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
180 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
182 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
194 struct hist_entry *he = iter->he; in hist_iter__branch_callback() local
196 struct branch_info *bi = he->branch_info; in hist_iter__branch_callback()
708 static int hists__resort_cb(struct hist_entry *he, void *arg) in hists__resort_cb() argument
711 struct symbol *sym = he->ms.sym; in hists__resort_cb()
714 struct evsel *evsel = hists_to_evsel(he->hists); in hists__resort_cb()
716 symbol__annotate2(&he->ms, evsel, in hists__resort_cb()