Lines Matching refs:he_selection

398 	struct hist_entry *he = browser->he_selection;  in hist_browser__selection_has_children()
412 struct hist_entry *he = browser->he_selection; in hist_browser__selection_unfolded()
426 struct hist_entry *he = browser->he_selection; in hist_browser__selection_sym_name()
444 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold()
647 if (!browser->he_selection) in hist_browser__set_folding_selected()
650 if (unfold == browser->he_selection->unfolded) in hist_browser__set_folding_selected()
1197 browser->he_selection = entry; in hist_browser__show_callchain()
1309 browser->he_selection = entry; in hist_browser__show_entry()
1422 browser->he_selection = entry; in hist_browser__show_hierarchy_entry()
1580 browser->he_selection = NULL; in hist_browser__show_no_entry()
1824 hb->he_selection = NULL; in hist_browser__refresh()
2272 return browser->he_selection; in hist_browser__selected_entry()
2277 return browser->he_selection->thread; in hist_browser__selected_thread()
2282 return browser->he_selection ? browser->he_selection->res_samples : NULL; in hist_browser__selected_res_sample()
3034 if (browser->he_selection != NULL) { in evsel__hists_browse()
3037 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3090 if (!browser->he_selection) in evsel__hists_browse()
3094 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3101 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse()
3284 if (browser->he_selection) in evsel__hists_browse()
3285 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3306 browser->he_selection->ip); in evsel__hists_browse()
3325 if (browser->he_selection) { in evsel__hists_browse()