Home
last modified time | relevance | path

Searched refs:nr_rows (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/util/ui/browsers/
Dhists.c190 self->hists->nr_entries -= he->nr_rows; in hist_browser__toggle_fold()
193 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()
195 he->nr_rows = 0; in hist_browser__toggle_fold()
196 self->hists->nr_entries += he->nr_rows; in hist_browser__toggle_fold()
267 self->nr_rows = unfold ? n : 0; in hist_entry__set_folding()
269 self->nr_rows = 0; in hist_entry__set_folding()
281 self->nr_entries += 1 + he->nr_rows; in hists__set_folding()
326 h->row_offset, h->nr_rows); in hist_browser__run()
687 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
719 if (-offset > h->nr_rows) { in ui_browser__hists_seek()
[all …]
/external/linux-tools-perf/util/
Dsort.h70 u16 nr_rows; member
Dhist.c914 self->nr_entries += h->nr_rows; in hists__remove_entry_filter()