Lines Matching refs:selection
399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
418 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
432 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
450 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
811 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1320 browser->selection = &entry->ms; in hist_browser__show_entry()
1433 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1591 browser->selection = NULL; in hist_browser__show_no_entry()
1835 hb->selection = NULL; in hist_browser__refresh()
3046 map = browser->selection->map; in evsel__hists_browse()
3092 if (!browser->selection || in evsel__hists_browse()
3093 !browser->selection->map || in evsel__hists_browse()
3094 !browser->selection->map->dso || in evsel__hists_browse()
3095 browser->selection->map->dso->annotate_warned) { in evsel__hists_browse()
3099 if (!browser->selection->sym) { in evsel__hists_browse()
3112 browser->selection->map); in evsel__hists_browse()
3113 actions->ms.map = browser->selection->map; in evsel__hists_browse()
3119 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
3123 browser->selection->sym->name); in evsel__hists_browse()
3127 actions->ms.map = browser->selection->map; in evsel__hists_browse()
3128 actions->ms.sym = browser->selection->sym; in evsel__hists_browse()
3141 if (browser->selection != NULL) in evsel__hists_browse()
3142 hists_browser__zoom_map(browser, browser->selection->maps->machine->vmlinux_map); in evsel__hists_browse()
3288 if (!hists__has(hists, sym) || browser->selection == NULL) in evsel__hists_browse()
3314 browser->selection, in evsel__hists_browse()
3325 browser->selection ? in evsel__hists_browse()
3326 browser->selection->map : NULL); in evsel__hists_browse()
3350 if (hists__has(hists, sym) && browser->selection->sym) { in evsel__hists_browse()
3354 NULL, browser->selection->sym, in evsel__hists_browse()
3405 struct evsel *selection; member
3459 menu->selection = evsel; in perf_evsel_menu__write()
3494 if (!menu->selection) in perf_evsel_menu__run()
3496 pos = menu->selection; in perf_evsel_menu__run()
3699 if (!browser->selection || in block_hists_tui_browse()
3700 !browser->selection->sym) { in block_hists_tui_browse()
3704 action.ms.map = browser->selection->map; in block_hists_tui_browse()
3705 action.ms.sym = browser->selection->sym; in block_hists_tui_browse()