Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c385 int nr_rows = 0; in hists__fprintf() local
436 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
474 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
478 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
503 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c201 browser->hists->nr_entries -= he->nr_rows; in hist_browser__toggle_fold()
204 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()
206 he->nr_rows = 0; in hist_browser__toggle_fold()
207 browser->hists->nr_entries += he->nr_rows; in hist_browser__toggle_fold()
278 he->nr_rows = unfold ? n : 0; in hist_entry__set_folding()
280 he->nr_rows = 0; in hist_entry__set_folding()
292 hists->nr_entries += 1 + he->nr_rows; in hists__set_folding()
373 h->row_offset, h->nr_rows); in hist_browser__run()
927 u16 remaining = h->nr_rows - h->row_offset; in ui_browser__hists_seek()
960 if (-offset > h->nr_rows) { in ui_browser__hists_seek()
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dsort.h97 u16 nr_rows; member
Dhist.c756 hists->nr_entries += h->nr_rows; in hists__remove_entry_filter()