Lines Matching refs:selection
26 struct map_symbol *selection; member
297 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
538 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
771 browser->selection = &entry->ms; in hist_browser__show_entry()
935 hb->selection = NULL; in hist_browser__refresh()
1846 map = browser->selection->map; in perf_evsel__hists_browse()
1867 if (browser->selection == NULL || in perf_evsel__hists_browse()
1868 browser->selection->sym == NULL || in perf_evsel__hists_browse()
1869 browser->selection->map->dso->annotate_warned) in perf_evsel__hists_browse()
1872 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
1873 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
2008 if (browser->selection == NULL) in perf_evsel__hists_browse()
2032 browser->selection->map, in perf_evsel__hists_browse()
2033 browser->selection->sym); in perf_evsel__hists_browse()
2042 browser->selection ? in perf_evsel__hists_browse()
2043 browser->selection->map : NULL); in perf_evsel__hists_browse()
2062 if (sort__has_sym && browser->selection->sym) { in perf_evsel__hists_browse()
2066 NULL, browser->selection->sym); in perf_evsel__hists_browse()
2101 struct perf_evsel *selection; member
2154 menu->selection = evsel; in perf_evsel_menu__write()
2185 if (!menu->selection) in perf_evsel_menu__run()
2187 pos = menu->selection; in perf_evsel_menu__run()