Lines Matching refs:row_offset
710 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
775 off_t row_offset; member
857 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
858 arg->row_offset--; in hist_browser__show_callchain_list()
1036 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1037 arg->row_offset--; in hist_browser__show_callchain_folded()
1338 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1352 if (row_offset == 0) { in hist_browser__show_entry()
1417 --row_offset; in hist_browser__show_entry()
1421 .row_offset = row_offset, in hist_browser__show_entry()
1444 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1464 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1465 row_offset--; in hist_browser__show_hierarchy_entry()
1589 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1984 h->row_offset = 0; in ui_browser__hists_seek()
2007 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
2010 h->row_offset = 0; in ui_browser__hists_seek()
2012 h->row_offset += offset; in ui_browser__hists_seek()
2030 if (-offset > h->row_offset) { in ui_browser__hists_seek()
2031 offset += h->row_offset; in ui_browser__hists_seek()
2032 h->row_offset = 0; in ui_browser__hists_seek()
2034 h->row_offset += offset; in ui_browser__hists_seek()
2042 h->row_offset = 0; in ui_browser__hists_seek()
2044 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
2066 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
2074 h->row_offset = 0; in ui_browser__hists_seek()