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()
1305 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1319 if (row_offset == 0) { in hist_browser__show_entry()
1384 --row_offset; in hist_browser__show_entry()
1388 .row_offset = row_offset, in hist_browser__show_entry()
1411 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1431 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1432 row_offset--; in hist_browser__show_hierarchy_entry()
1556 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1943 h->row_offset = 0; in ui_browser__hists_seek()
1966 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1969 h->row_offset = 0; in ui_browser__hists_seek()
1971 h->row_offset += offset; in ui_browser__hists_seek()
1989 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1990 offset += h->row_offset; in ui_browser__hists_seek()
1991 h->row_offset = 0; in ui_browser__hists_seek()
1993 h->row_offset += offset; in ui_browser__hists_seek()
2001 h->row_offset = 0; in ui_browser__hists_seek()
2003 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
2025 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
2033 h->row_offset = 0; in ui_browser__hists_seek()