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()
2274 return browser->he_selection; in hist_browser__selected_entry()
2279 return browser->he_selection->thread; in hist_browser__selected_thread()
2284 return browser->he_selection ? browser->he_selection->res_samples : NULL; in hist_browser__selected_res_sample()
3038 if (browser->he_selection != NULL) { in evsel__hists_browse()
3041 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3094 if (!browser->he_selection) in evsel__hists_browse()
3098 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3105 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse()
3288 if (browser->he_selection) in evsel__hists_browse()
3289 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3310 browser->he_selection->ip); in evsel__hists_browse()
3329 if (browser->he_selection) { in evsel__hists_browse()