Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/ui/browsers/
A Dhists.c74 unfolded_rows += he->nr_rows; in hist_browser__get_folding()
466 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()
489 he->nr_rows = 1; in hist_browser__toggle_fold()
498 he->nr_rows = 0; in hist_browser__toggle_fold()
601 he->nr_rows = unfold ? n : 0; in __hist_entry__set_folding()
603 he->nr_rows = 0; in __hist_entry__set_folding()
624 he->nr_rows = 1; in hist_entry__set_folding()
2008 if (-offset > h->nr_rows) { in ui_browser__hists_seek()
2009 offset += h->nr_rows; in ui_browser__hists_seek()
2034 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
[all …]
/linux-6.3-rc2/tools/perf/ui/stdio/
A Dhist.c824 int nr_rows = 0; in hists__fprintf() local
837 nr_rows += hists__fprintf_headers(hists, fp); in hists__fprintf()
839 if (max_rows && nr_rows >= max_rows) in hists__fprintf()
870 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
883 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
/linux-6.3-rc2/tools/perf/util/
A Dsort.h132 u16 nr_rows; member
A Dhist.c2076 parent->nr_rows = 0; in hists__remove_entry_filter()
2089 h->nr_rows = 0; in hists__remove_entry_filter()

Completed in 17 milliseconds