Lines Matching refs:top

472 			struct hist_entry *h = rb_entry(browser->b.top,  in hist_browser__run()
913 if (browser->top == NULL) { in ui_browser__hists_init_top()
917 browser->top = rb_first(&hb->hists->entries); in ui_browser__hists_init_top()
937 for (nd = browser->top; nd; nd = rb_next(nd)) { in hist_browser__refresh()
1009 nd = browser->top; in ui_browser__hists_seek()
1024 h = rb_entry(browser->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
1055 browser->top = nd; in ui_browser__hists_seek()
1063 browser->top = nd; in ui_browser__hists_seek()
1076 browser->top = nd; in ui_browser__hists_seek()
1086 browser->top = nd; in ui_browser__hists_seek()
1097 browser->top = nd; in ui_browser__hists_seek()
1112 browser->top = nd; in ui_browser__hists_seek()
1333 struct perf_top *top = hbt->arg; in hists__browser_title() local
1335 if (top->zero) in hists__browser_title()
1929 struct perf_top *top = hbt->arg; in perf_evsel__hists_browse() local
1931 top->zero = !top->zero; in perf_evsel__hists_browse()
1947 const void *top; in perf_evsel__hists_browse() local
1963 top = pstack__peek(browser->pstack); in perf_evsel__hists_browse()
1964 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()
1971 } else if (top == &browser->hists->thread_filter) { in perf_evsel__hists_browse()
1973 } else if (top == &browser->hists->socket_filter) { in perf_evsel__hists_browse()
1983 struct perf_top *top = hbt->arg; in perf_evsel__hists_browse() local
1985 perf_evlist__toggle_enable(top->evlist); in perf_evsel__hists_browse()
1990 if (top->evlist->enabled) { in perf_evsel__hists_browse()