Home
last modified time | relevance | path

Searched refs:annotate_he (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate.c47 static struct hist_entry annotate_he; variable
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()
1213 map_symbol__copy(&annotate_he.ms, ms); 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()
1264 thread__zput(annotate_he.thread); in __hist_entry__tui_annotate()
1265 map_symbol__exit(&annotate_he.ms); in __hist_entry__tui_annotate()