Lines Matching refs:he
38 struct hist_entry *he; member
136 .he = ab->he, in annotate_browser__write()
608 __hist_entry__tui_annotate(browser->he, &target_ms, evsel, hbt, NO_ADDR); in annotate_browser__callq()
1079 map_symbol__annotation_dump(ms, evsel, browser->he); in annotate_browser__run()
1147 int hist_entry__tui_annotate(struct hist_entry *he, struct evsel *evsel, in hist_entry__tui_annotate() argument
1155 return __hist_entry__tui_annotate(he, &he->ms, evsel, hbt, al_addr); in hist_entry__tui_annotate()
1158 int __hist_entry__tui_annotate(struct hist_entry *he, struct map_symbol *ms, in __hist_entry__tui_annotate() argument
1174 .he = he, in __hist_entry__tui_annotate()
1209 if (hbt != NULL && he != &annotate_he) { in __hist_entry__tui_annotate()
1210 annotate_he.hists = he->hists; in __hist_entry__tui_annotate()
1211 annotate_he.thread = thread__get(he->thread); in __hist_entry__tui_annotate()
1212 annotate_he.cpumode = he->cpumode; in __hist_entry__tui_annotate()
1215 browser.he = &annotate_he; in __hist_entry__tui_annotate()
1263 if (hbt != NULL && he != &annotate_he) { in __hist_entry__tui_annotate()