Lines Matching refs:selection
399 struct map_symbol *ms = browser->selection; in hist_browser__selection_has_children()
413 struct map_symbol *ms = browser->selection; in hist_browser__selection_unfolded()
427 struct map_symbol *ms = browser->selection; in hist_browser__selection_sym_name()
445 struct map_symbol *ms = browser->selection; in hist_browser__toggle_fold()
801 browser->selection = &chain->ms; in hist_browser__show_callchain_entry()
1310 browser->selection = &entry->ms; in hist_browser__show_entry()
1423 browser->selection = &entry->ms; in hist_browser__show_hierarchy_entry()
1581 browser->selection = NULL; in hist_browser__show_no_entry()
1825 hb->selection = NULL; in hist_browser__refresh()
3040 map = browser->selection->map; in evsel__hists_browse()
3086 if (!browser->selection || in evsel__hists_browse()
3087 !browser->selection->map || in evsel__hists_browse()
3088 !map__dso(browser->selection->map) || in evsel__hists_browse()
3089 map__dso(browser->selection->map)->annotate_warned) { in evsel__hists_browse()
3093 if (!browser->selection->sym) { in evsel__hists_browse()
3106 browser->selection->map); in evsel__hists_browse()
3107 actions->ms.map = browser->selection->map; in evsel__hists_browse()
3113 if (symbol__annotation(browser->selection->sym)->src == NULL) { in evsel__hists_browse()
3117 browser->selection->sym->name); in evsel__hists_browse()
3121 actions->ms.map = browser->selection->map; in evsel__hists_browse()
3122 actions->ms.sym = browser->selection->sym; in evsel__hists_browse()
3135 if (browser->selection != NULL) in evsel__hists_browse()
3137 maps__machine(browser->selection->maps)->vmlinux_map); in evsel__hists_browse()
3283 if (!hists__has(hists, sym) || browser->selection == NULL) in evsel__hists_browse()
3309 browser->selection, in evsel__hists_browse()
3320 browser->selection ? in evsel__hists_browse()
3321 browser->selection->map : NULL); in evsel__hists_browse()
3345 if (hists__has(hists, sym) && browser->selection->sym) { in evsel__hists_browse()
3349 NULL, browser->selection->sym, in evsel__hists_browse()
3400 struct evsel *selection; member
3454 menu->selection = evsel; in perf_evsel_menu__write()
3489 if (!menu->selection) in perf_evsel_menu__run()
3491 pos = menu->selection; in perf_evsel_menu__run()
3694 if (!browser->selection || in block_hists_tui_browse()
3695 !browser->selection->sym) { in block_hists_tui_browse()
3699 action.ms.map = browser->selection->map; in block_hists_tui_browse()
3700 action.ms.sym = browser->selection->sym; in block_hists_tui_browse()