Searched refs:nr_rows (Results 1 – 4 of 4) sorted by relevance
71 unfolded_rows += he->nr_rows; in hist_browser__get_folding()412 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()415 browser->nr_callchain_rows -= he->nr_rows; in hist_browser__toggle_fold()417 browser->nr_hierarchy_entries -= he->nr_rows; in hist_browser__toggle_fold()424 he->nr_rows = callchain__count_rows( in hist_browser__toggle_fold()427 he->nr_rows = hierarchy_count_rows(browser, he, false); in hist_browser__toggle_fold()431 browser->b.nr_entries += child_rows - he->nr_rows; in hist_browser__toggle_fold()433 if (!he->leaf && he->nr_rows == 0) { in hist_browser__toggle_fold()435 he->nr_rows = 1; in hist_browser__toggle_fold()439 browser->b.nr_entries -= child_rows - he->nr_rows; in hist_browser__toggle_fold()[all …]
801 int nr_rows = 0; in hists__fprintf() local814 nr_rows += hists__fprintf_headers(hists, fp); in hists__fprintf()816 if (max_rows && nr_rows >= max_rows) in hists__fprintf()843 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()856 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
124 u16 nr_rows; member
2018 parent->nr_rows = 0; in hists__remove_entry_filter()2031 h->nr_rows = 0; in hists__remove_entry_filter()