Lines Matching refs:row_offset
669 h->row_offset, h->nr_rows); in hist_browser__run()
707 off_t row_offset; member
789 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
790 arg->row_offset--; in hist_browser__show_callchain_list()
968 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
969 arg->row_offset--; in hist_browser__show_callchain_folded()
1235 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1249 if (row_offset == 0) { in hist_browser__show_entry()
1314 --row_offset; in hist_browser__show_entry()
1318 .row_offset = row_offset, in hist_browser__show_entry()
1341 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1361 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1362 row_offset--; in hist_browser__show_hierarchy_entry()
1486 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1869 h->row_offset = 0; in ui_browser__hists_seek()
1892 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1895 h->row_offset = 0; in ui_browser__hists_seek()
1897 h->row_offset += offset; in ui_browser__hists_seek()
1915 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1916 offset += h->row_offset; in ui_browser__hists_seek()
1917 h->row_offset = 0; in ui_browser__hists_seek()
1919 h->row_offset += offset; in ui_browser__hists_seek()
1927 h->row_offset = 0; in ui_browser__hists_seek()
1929 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
1951 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
1959 h->row_offset = 0; in ui_browser__hists_seek()