Lines Matching refs:top
453 struct hist_entry *h = rb_entry(browser->b.top, in hist_browser__run()
890 if (browser->top == NULL) { in ui_browser__hists_init_top()
894 browser->top = rb_first(&hb->hists->entries); in ui_browser__hists_init_top()
912 for (nd = browser->top; nd; nd = rb_next(nd)) { in hist_browser__refresh()
984 nd = browser->top; in ui_browser__hists_seek()
999 h = rb_entry(browser->top, struct hist_entry, rb_node); in ui_browser__hists_seek()
1027 browser->top = nd; in ui_browser__hists_seek()
1035 browser->top = nd; in ui_browser__hists_seek()
1048 browser->top = nd; in ui_browser__hists_seek()
1058 browser->top = nd; in ui_browser__hists_seek()
1069 browser->top = nd; in ui_browser__hists_seek()
1084 browser->top = nd; in ui_browser__hists_seek()
1292 struct perf_top *top = hbt->arg; in hists__browser_title() local
1294 if (top->zero) in hists__browser_title()
1568 struct perf_top *top = hbt->arg; in perf_evsel__hists_browse() local
1570 top->zero = !top->zero; in perf_evsel__hists_browse()
1584 const void *top; in perf_evsel__hists_browse() local
1594 top = pstack__pop(fstack); in perf_evsel__hists_browse()
1595 if (top == &browser->hists->dso_filter) in perf_evsel__hists_browse()
1597 if (top == &browser->hists->thread_filter) in perf_evsel__hists_browse()