Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/ui/browsers/
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()
464 browser->nr_callchain_rows -= he->nr_rows; in hist_browser__toggle_fold()
466 browser->nr_hierarchy_entries -= he->nr_rows; in hist_browser__toggle_fold()
473 he->nr_rows = callchain__count_rows( in hist_browser__toggle_fold()
476 he->nr_rows = hierarchy_count_rows(browser, he, false); in hist_browser__toggle_fold()
480 browser->b.nr_entries += child_rows - he->nr_rows; in hist_browser__toggle_fold()
482 if (!he->leaf && he->nr_rows == 0) { in hist_browser__toggle_fold()
484 he->nr_rows = 1; in hist_browser__toggle_fold()
488 browser->b.nr_entries -= child_rows - he->nr_rows; in hist_browser__toggle_fold()
[all …]
/linux-6.6.21/tools/perf/ui/stdio/
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.6.21/tools/perf/util/
Dsort.h133 u16 nr_rows; member
Dhist.c2107 parent->nr_rows = 0; in hists__remove_entry_filter()
2120 h->nr_rows = 0; in hists__remove_entry_filter()