Lines Matching refs:selection
27 struct map_symbol *selection; member
287 if (map_symbol__toggle_fold(browser->selection)) { in hist_browser__toggle_fold()
519 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
751 browser->selection = &entry->ms; in hist_browser__show_entry()
1505 dso = browser->selection->map ? browser->selection->map->dso : NULL; in perf_evsel__hists_browse()
1525 if (browser->selection == NULL || in perf_evsel__hists_browse()
1526 browser->selection->sym == NULL || in perf_evsel__hists_browse()
1527 browser->selection->map->dso->annotate_warned) in perf_evsel__hists_browse()
1617 if (browser->selection == NULL) in perf_evsel__hists_browse()
1640 if (browser->selection->sym != NULL && in perf_evsel__hists_browse()
1641 !browser->selection->map->dso->annotate_warned) { in perf_evsel__hists_browse()
1644 notes = symbol__annotation(browser->selection->sym); in perf_evsel__hists_browse()
1648 browser->selection->sym->name) > 0) { in perf_evsel__hists_browse()
1667 if (browser->selection != NULL && in perf_evsel__hists_browse()
1668 browser->selection->map != NULL && in perf_evsel__hists_browse()
1726 ms = *browser->selection; in perf_evsel__hists_browse()
1747 map__browse(browser->selection->map); in perf_evsel__hists_browse()
1821 struct perf_evsel *selection; member
1874 menu->selection = evsel; in perf_evsel_menu__write()
1905 if (!menu->selection) in perf_evsel_menu__run()
1907 pos = menu->selection; in perf_evsel_menu__run()