Lines Matching refs:row_offset

718 				   browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows);  in hist_browser__handle_hotkey()
783 off_t row_offset; member
865 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
866 arg->row_offset--; in hist_browser__show_callchain_list()
1044 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1045 arg->row_offset--; in hist_browser__show_callchain_folded()
1313 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1327 if (row_offset == 0) { in hist_browser__show_entry()
1392 --row_offset; in hist_browser__show_entry()
1396 .row_offset = row_offset, in hist_browser__show_entry()
1419 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1439 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1440 row_offset--; in hist_browser__show_hierarchy_entry()
1564 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1951 h->row_offset = 0; in ui_browser__hists_seek()
1974 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1977 h->row_offset = 0; in ui_browser__hists_seek()
1979 h->row_offset += offset; in ui_browser__hists_seek()
1997 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1998 offset += h->row_offset; in ui_browser__hists_seek()
1999 h->row_offset = 0; in ui_browser__hists_seek()
2001 h->row_offset += offset; in ui_browser__hists_seek()
2009 h->row_offset = 0; in ui_browser__hists_seek()
2011 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
2033 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
2041 h->row_offset = 0; in ui_browser__hists_seek()