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

/linux-master/tools/perf/ui/browsers/
H A Dhists.c74 unfolded_rows += he->nr_rows;
461 browser->b.nr_entries -= he->nr_rows;
464 browser->nr_callchain_rows -= he->nr_rows;
466 browser->nr_hierarchy_entries -= he->nr_rows;
473 he->nr_rows = callchain__count_rows(
476 he->nr_rows = hierarchy_count_rows(browser, he, false);
480 browser->b.nr_entries += child_rows - he->nr_rows;
482 if (!he->leaf && he->nr_rows == 0) {
484 he->nr_rows = 1;
488 browser->b.nr_entries -= child_rows - he->nr_rows;
[all...]
/linux-master/tools/perf/ui/stdio/
H A Dhist.c824 int nr_rows = 0; local
837 nr_rows += hists__fprintf_headers(hists, fp);
839 if (max_rows && nr_rows >= max_rows)
870 if (max_rows && ++nr_rows >= max_rows)
883 if (max_rows && ++nr_rows >= max_rows)
/linux-master/tools/perf/util/
H A Dsort.h90 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
136 u16 nr_rows; member in struct:hist_entry::__anon337::__anon338
H A Dhist.c2105 parent->nr_rows = 0;
2118 h->nr_rows = 0;

Completed in 135 milliseconds