Home
last modified time | relevance | path

Searched refs:he_selection (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c26 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()
[all …]