Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c458 int child_rows = 0; in hist_browser__toggle_fold() local
469 child_rows = hierarchy_count_rows(browser, he, true); in hist_browser__toggle_fold()
480 browser->b.nr_entries += child_rows - he->nr_rows; in hist_browser__toggle_fold()
488 browser->b.nr_entries -= child_rows - he->nr_rows; in hist_browser__toggle_fold()