Lines Matching refs:selection
399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
418 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
432 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
450 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
810 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1319 browser->selection = &entry->ms; in hist_browser__show_entry()
1432 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1590 browser->selection = NULL; in hist_browser__show_no_entry()
1834 hb->selection = NULL; in hist_browser__refresh()
3049 map = browser->selection->map; in perf_evsel__hists_browse()
3095 if (!browser->selection || in perf_evsel__hists_browse()
3096 !browser->selection->map || in perf_evsel__hists_browse()
3097 !browser->selection->map->dso || in perf_evsel__hists_browse()
3098 browser->selection->map->dso->annotate_warned) { in perf_evsel__hists_browse()
3102 if (!browser->selection->sym) { in perf_evsel__hists_browse()
3115 browser->selection->map); in perf_evsel__hists_browse()
3116 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
3122 if (symbol__annotation(browser->selection->sym)->src == NULL) { in perf_evsel__hists_browse()
3126 browser->selection->sym->name); in perf_evsel__hists_browse()
3130 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
3131 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
3144 if (browser->selection != NULL) in perf_evsel__hists_browse()
3145 hists_browser__zoom_map(browser, browser->selection->maps->machine->vmlinux_map); in perf_evsel__hists_browse()
3291 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
3317 browser->selection, in perf_evsel__hists_browse()
3328 browser->selection ? in perf_evsel__hists_browse()
3329 browser->selection->map : NULL); in perf_evsel__hists_browse()
3353 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()
3357 NULL, browser->selection->sym, in perf_evsel__hists_browse()
3408 struct evsel *selection; member
3462 menu->selection = evsel; in perf_evsel_menu__write()
3497 if (!menu->selection) in perf_evsel_menu__run()
3499 pos = menu->selection; in perf_evsel_menu__run()
3715 if (!browser->selection || in block_hists_tui_browse()
3716 !browser->selection->sym) { in block_hists_tui_browse()
3720 action.ms.map = browser->selection->map; in block_hists_tui_browse()
3721 action.ms.sym = browser->selection->sym; in block_hists_tui_browse()