Lines Matching refs:row_offset
719 browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows); in hist_browser__handle_hotkey()
784 off_t row_offset; member
866 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
867 arg->row_offset--; in hist_browser__show_callchain_list()
1045 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1046 arg->row_offset--; in hist_browser__show_callchain_folded()
1314 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1328 if (row_offset == 0) { in hist_browser__show_entry()
1393 --row_offset; in hist_browser__show_entry()
1397 .row_offset = row_offset, in hist_browser__show_entry()
1420 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1440 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1441 row_offset--; in hist_browser__show_hierarchy_entry()
1565 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1952 h->row_offset = 0; in ui_browser__hists_seek()
1975 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1978 h->row_offset = 0; in ui_browser__hists_seek()
1980 h->row_offset += offset; in ui_browser__hists_seek()
1998 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1999 offset += h->row_offset; in ui_browser__hists_seek()
2000 h->row_offset = 0; in ui_browser__hists_seek()
2002 h->row_offset += offset; in ui_browser__hists_seek()
2010 h->row_offset = 0; in ui_browser__hists_seek()
2012 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
2034 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
2042 h->row_offset = 0; in ui_browser__hists_seek()