Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c74 unfolded_rows += he->nr_rows; in hist_browser__get_folding()
461 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()
484 he->nr_rows = 1; in hist_browser__toggle_fold()
493 he->nr_rows = 0; in hist_browser__toggle_fold()
596 he->nr_rows = unfold ? n : 0; in hist_entry__set_folding()
598 he->nr_rows = 0; in hist_entry__set_folding()
628 he->nr_rows = 1; in __hist_browser__set_folding()
1998 if (-offset > h->nr_rows) { in ui_browser__hists_seek()
1999 offset += h->nr_rows; in ui_browser__hists_seek()
2024 h->row_offset = h->nr_rows; in ui_browser__hists_seek()
[all …]
/openbmc/linux/tools/perf/ui/stdio/
H 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()
/openbmc/linux/tools/perf/util/
H A Dsort.h133 u16 nr_rows; member
H A Dhist.c2107 parent->nr_rows = 0; in hists__remove_entry_filter()
2120 h->nr_rows = 0; in hists__remove_entry_filter()