Lines Matching refs:he_selection
398 struct hist_entry *he = browser->he_selection; in hist_browser__selection_has_children()
412 return browser->he_selection ? browser->he_selection->unfolded : false; in hist_browser__he_selection_unfolded()
417 struct hist_entry *he = browser->he_selection; in hist_browser__selection_unfolded()
431 struct hist_entry *he = browser->he_selection; in hist_browser__selection_sym_name()
449 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold()
659 if (!browser->he_selection) in hist_browser__set_folding_selected()
662 hist_entry__set_folding(browser->he_selection, browser, unfold); in hist_browser__set_folding_selected()
1207 browser->he_selection = entry; in hist_browser__show_callchain()
1319 browser->he_selection = entry; in hist_browser__show_entry()
1432 browser->he_selection = entry; in hist_browser__show_hierarchy_entry()
1590 browser->he_selection = NULL; in hist_browser__show_no_entry()
1834 hb->he_selection = NULL; in hist_browser__refresh()
2284 return browser->he_selection; in hist_browser__selected_entry()
2289 return browser->he_selection->thread; in hist_browser__selected_thread()
2294 return browser->he_selection ? browser->he_selection->res_samples : NULL; in hist_browser__selected_res_sample()
3044 if (browser->he_selection != NULL) { in evsel__hists_browse()
3047 socked_id = browser->he_selection->socket; in evsel__hists_browse()
3100 if (!browser->he_selection) in evsel__hists_browse()
3104 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3111 actions->ms.sym = symbol__new_unresolved(browser->he_selection->ip, in evsel__hists_browse()
3293 if (browser->he_selection) in evsel__hists_browse()
3294 bi = browser->he_selection->branch_info; in evsel__hists_browse()
3315 browser->he_selection->ip); in evsel__hists_browse()
3334 if (browser->he_selection) { in evsel__hists_browse()