Lines Matching refs:selection
26 struct map_symbol *selection;
186 if (map_symbol__toggle_fold(self->selection)) {
422 self->selection = &chain->ms;
480 self->selection = &chain->ms;
542 self->selection = &entry->ms;
841 dso = browser->selection->map ? browser->selection->map->dso : NULL;
853 if (browser->selection == NULL ||
854 browser->selection->sym == NULL ||
855 browser->selection->map->dso->annotate_warned)
907 if (browser->selection != NULL &&
908 browser->selection->sym != NULL &&
909 !browser->selection->map->dso->annotate_warned &&
911 browser->selection->sym->name) > 0)
927 if (browser->selection != NULL &&
928 browser->selection->map != NULL &&
954 map__browse(browser->selection->map);
1003 struct perf_evsel *selection;
1026 menu->selection = evsel;
1049 if (!menu->selection)
1051 pos = menu->selection;