Home | History | Annotate | Download | only in browsers

Lines Matching refs:hb

313 static void hist_browser__update_pcnt_entries(struct hist_browser *hb);
797 struct hist_browser *hb;
799 hb = container_of(browser, struct hist_browser, b);
800 browser->top = rb_first(&hb->hists->entries);
808 struct hist_browser *hb = container_of(browser, struct hist_browser, b);
815 hb->hists->stats.total_period;
820 if (percent < hb->min_pcnt)
823 row += hist_browser__show_entry(hb, h, row);
876 struct hist_browser *hb;
878 hb = container_of(browser, struct hist_browser, b);
888 hb->hists, hb->min_pcnt);
895 hb->hists, hb->min_pcnt);
938 nd = hists__filter_entries(rb_next(nd), hb->hists,
939 hb->min_pcnt);
972 nd = hists__filter_prev_entries(rb_prev(nd), hb->hists,
973 hb->min_pcnt);
1371 static void hist_browser__update_pcnt_entries(struct hist_browser *hb)
1374 struct rb_node *nd = rb_first(&hb->hists->entries);
1378 nd = hists__filter_entries(rb_next(nd), hb->hists,
1379 hb->min_pcnt);
1382 hb->nr_pcnt_entries = nr_entries;