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()
64 unfolded_rows += he->nr_rows; in hist_browser__get_folding()291 browser->b.nr_entries -= he->nr_rows; in hist_browser__toggle_fold()292 browser->nr_callchain_rows -= he->nr_rows; in hist_browser__toggle_fold()295 he->nr_rows = callchain__count_rows(&he->sorted_chain); in hist_browser__toggle_fold()297 he->nr_rows = 0; in hist_browser__toggle_fold()299 browser->b.nr_entries += he->nr_rows; in hist_browser__toggle_fold()300 browser->nr_callchain_rows += he->nr_rows; in hist_browser__toggle_fold()370 he->nr_rows = unfold ? n : 0; in hist_entry__set_folding()372 he->nr_rows = 0; in hist_entry__set_folding()386 browser->nr_callchain_rows += he->nr_rows; in __hist_browser__set_folding()[all …]
102 u16 nr_rows; member
1171 h->nr_rows = 0; in hists__remove_entry_filter()