Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/ui/stdio/
Dhist.c381 int nr_rows = 0; in hists__fprintf() local
418 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()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c66 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 …]
/linux-4.4.14/tools/perf/util/
Dsort.h112 u16 nr_rows; member
Dhist.c1210 h->nr_rows = 0; in hists__remove_entry_filter()