Lines Matching refs:row_offset

709 				   browser->b.index, browser->b.top_idx, h->row_offset, h->nr_rows);  in hist_browser__handle_hotkey()
774 off_t row_offset; member
856 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
857 arg->row_offset--; in hist_browser__show_callchain_list()
1035 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
1036 arg->row_offset--; in hist_browser__show_callchain_folded()
1304 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1318 if (row_offset == 0) { in hist_browser__show_entry()
1383 --row_offset; in hist_browser__show_entry()
1387 .row_offset = row_offset, in hist_browser__show_entry()
1410 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1430 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1431 row_offset--; in hist_browser__show_hierarchy_entry()
1555 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1942 h->row_offset = 0; in ui_browser__hists_seek()
1965 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1968 h->row_offset = 0; in ui_browser__hists_seek()
1970 h->row_offset += offset; in ui_browser__hists_seek()
1988 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1989 offset += h->row_offset; in ui_browser__hists_seek()
1990 h->row_offset = 0; in ui_browser__hists_seek()
1992 h->row_offset += offset; in ui_browser__hists_seek()
2000 h->row_offset = 0; in ui_browser__hists_seek()
2002 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
2024 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
2032 h->row_offset = 0; in ui_browser__hists_seek()