Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/tools/perf/ui/browsers/
Dhists.c64 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 …]
/linux-4.1.27/tools/perf/util/
Dsort.h102 u16 nr_rows; member
Dhist.c1171 h->nr_rows = 0; in hists__remove_entry_filter()