Lines Matching refs:selection
384 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
734 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1241 browser->selection = &entry->ms; in hist_browser__show_entry()
1354 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1512 browser->selection = NULL; in hist_browser__show_no_entry()
1756 hb->selection = NULL; in hist_browser__refresh()
2792 map = browser->selection->map; in perf_evsel__hists_browse()
2813 if (browser->selection == NULL || in perf_evsel__hists_browse()
2814 browser->selection->sym == NULL || in perf_evsel__hists_browse()
2815 browser->selection->map->dso->annotate_warned) in perf_evsel__hists_browse()
2818 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse()
2819 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse()
2972 if (!hists__has(hists, sym) || browser->selection == NULL) in perf_evsel__hists_browse()
2996 browser->selection->map, in perf_evsel__hists_browse()
2997 browser->selection->sym); in perf_evsel__hists_browse()
3006 browser->selection ? in perf_evsel__hists_browse()
3007 browser->selection->map : NULL); in perf_evsel__hists_browse()
3031 if (hists__has(hists, sym) && browser->selection->sym) { in perf_evsel__hists_browse()
3035 NULL, browser->selection->sym); in perf_evsel__hists_browse()
3070 struct perf_evsel *selection; member
3124 menu->selection = evsel; in perf_evsel_menu__write()
3158 if (!menu->selection) in perf_evsel_menu__run()
3160 pos = menu->selection; in perf_evsel_menu__run()