Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dhists.c75 unfolded_rows += he->nr_rows; in hist_browser__get_folding()
462 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()
465 browser->nr_callchain_rows -= he->nr_rows; in hist_browser__toggle_fold()
467 browser->nr_hierarchy_entries -= he->nr_rows; in hist_browser__toggle_fold()
474 he->nr_rows = callchain__count_rows( in hist_browser__toggle_fold()
477 he->nr_rows = hierarchy_count_rows(browser, he, false); in hist_browser__toggle_fold()
481 browser->b.nr_entries += child_rows - he->nr_rows; in hist_browser__toggle_fold()
483 if (!he->leaf && he->nr_rows == 0) { in hist_browser__toggle_fold()
485 he->nr_rows = 1; in hist_browser__toggle_fold()
489 browser->b.nr_entries -= child_rows - he->nr_rows; in hist_browser__toggle_fold()
[all...]
/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()
/linux/tools/perf/util/
H A Dsort.h136 u16 nr_rows; global() member
H A Dhist.h208 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
254 u16 nr_rows;
253 u16 nr_rows; global() member
H A Dhist.c2120 parent->nr_rows = 0; in hists__remove_entry_filter()
2133 h->nr_rows = 0; in hists__filter_entry_by_dso()