Searched refs:annotate_he (Results 1 – 1 of 1) sorted by relevance
47 static struct hist_entry annotate_he; variable1167 if (hbt != NULL && he != &annotate_he) { in __hist_entry__tui_annotate()1168 annotate_he.hists = he->hists; in __hist_entry__tui_annotate()1169 annotate_he.thread = thread__get(he->thread); in __hist_entry__tui_annotate()1170 annotate_he.cpumode = he->cpumode; in __hist_entry__tui_annotate()1171 map_symbol__copy(&annotate_he.ms, ms); in __hist_entry__tui_annotate()1173 browser.he = &annotate_he; in __hist_entry__tui_annotate()1207 if (hbt != NULL && he != &annotate_he) { in __hist_entry__tui_annotate()1208 thread__zput(annotate_he.thread); in __hist_entry__tui_annotate()1209 map_symbol__exit(&annotate_he.ms); in __hist_entry__tui_annotate()