Lines Matching refs:he_selection
26 struct hist_entry *he_selection; member
288 struct hist_entry *he = browser->he_selection; in hist_browser__toggle_fold()
750 browser->he_selection = entry; in hist_browser__show_entry()
835 browser->he_selection = entry; in hist_browser__show_entry()
1221 return browser->he_selection; in hist_browser__selected_entry()
1226 return browser->he_selection->thread; in hist_browser__selected_thread()
1503 if (browser->he_selection != NULL) { in perf_evsel__hists_browse()
1621 bi = browser->he_selection->branch_info; in perf_evsel__hists_browse()
1673 if (browser->he_selection) { in perf_evsel__hists_browse()
1677 thread__comm_str(browser->he_selection->thread)) > 0) in perf_evsel__hists_browse()
1680 sym = browser->he_selection->ms.sym; in perf_evsel__hists_browse()
1793 sprintf(script_opt, " -c %s ", thread__comm_str(browser->he_selection->thread)); in perf_evsel__hists_browse()
1796 sprintf(script_opt, " -S %s ", browser->he_selection->ms.sym->name); in perf_evsel__hists_browse()