Lines Matching refs:selection
396 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
750 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1259 browser->selection = &entry->ms; in hist_browser__show_entry()
1372 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1530 browser->selection = NULL; in hist_browser__show_no_entry()
1774 hb->selection = NULL; in hist_browser__refresh()
2919 map = browser->selection->map; in perf_evsel__hists_browse()
2940 if (browser->selection == NULL || in perf_evsel__hists_browse()
2941 browser->selection->sym == NULL || in perf_evsel__hists_browse()
2942 browser->selection->map->dso->annotate_warned) in perf_evsel__hists_browse()
2945 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
2946 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
3099 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
3125 browser->selection->map, in perf_evsel__hists_browse()
3126 browser->selection->sym); in perf_evsel__hists_browse()
3135 browser->selection ? in perf_evsel__hists_browse()
3136 browser->selection->map : NULL); in perf_evsel__hists_browse()
3160 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()
3164 NULL, browser->selection->sym, in perf_evsel__hists_browse()
3212 struct evsel *selection; member
3266 menu->selection = evsel; in perf_evsel_menu__write()
3301 if (!menu->selection) in perf_evsel_menu__run()
3303 pos = menu->selection; in perf_evsel_menu__run()