Lines Matching refs:row_offset

685 					   h->row_offset, h->nr_rows);  in hist_browser__run()
723 off_t row_offset; member
805 if (arg->row_offset != 0) { in hist_browser__show_callchain_list()
806 arg->row_offset--; in hist_browser__show_callchain_list()
984 if (arg->row_offset != 0) { in hist_browser__show_callchain_folded()
985 arg->row_offset--; in hist_browser__show_callchain_folded()
1253 off_t row_offset = entry->row_offset; in hist_browser__show_entry() local
1267 if (row_offset == 0) { in hist_browser__show_entry()
1332 --row_offset; in hist_browser__show_entry()
1336 .row_offset = row_offset, in hist_browser__show_entry()
1359 off_t row_offset = entry->row_offset; in hist_browser__show_hierarchy_entry() local
1379 if (entry->leaf && row_offset) { in hist_browser__show_hierarchy_entry()
1380 row_offset--; in hist_browser__show_hierarchy_entry()
1504 .row_offset = row_offset, in hist_browser__show_hierarchy_entry()
1887 h->row_offset = 0; in ui_browser__hists_seek()
1910 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
1913 h->row_offset = 0; in ui_browser__hists_seek()
1915 h->row_offset += offset; in ui_browser__hists_seek()
1933 if (-offset > h->row_offset) { in ui_browser__hists_seek()
1934 offset += h->row_offset; in ui_browser__hists_seek()
1935 h->row_offset = 0; in ui_browser__hists_seek()
1937 h->row_offset += offset; in ui_browser__hists_seek()
1945 h->row_offset = 0; in ui_browser__hists_seek()
1947 h->row_offset = h->nr_rows + offset; in ui_browser__hists_seek()
1969 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
1977 h->row_offset = 0; in ui_browser__hists_seek()