Searched refs:nr_rows (Results 1 – 4 of 4) sorted by relevance
381 int nr_rows = 0; in hists__fprintf() local418 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()445 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()449 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()474 if (max_rows && ++nr_rows >= max_rows) in hists__fprintf()
66 unfolded_rows += he->nr_rows; in hist_browser__get_folding()311 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()312 browser->nr_callchain_rows -= he->nr_rows; in hist_browser__toggle_fold()315 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()317 he->nr_rows = 0; in hist_browser__toggle_fold()319 browser->b.nr_entries += he->nr_rows; in hist_browser__toggle_fold()320 browser->nr_callchain_rows += he->nr_rows; in hist_browser__toggle_fold()390 he->nr_rows = unfold ? n : 0; in hist_entry__set_folding()392 he->nr_rows = 0; in hist_entry__set_folding()406 browser->nr_callchain_rows += he->nr_rows; in __hist_browser__set_folding()[all …]
112 u16 nr_rows; member
1210 h->nr_rows = 0; in hists__remove_entry_filter()