Searched refs:hierarchy_count_rows (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() function 296 count += hierarchy_count_rows(hb, child, true); in hierarchy_count_rows() 469 child_rows = hierarchy_count_rows(browser, he, true); in hist_browser__toggle_fold() 476 he->nr_rows = hierarchy_count_rows(browser, he, false); in hist_browser__toggle_fold()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() function 296 count += hierarchy_count_rows(hb, child, true); in hierarchy_count_rows() 469 child_rows = hierarchy_count_rows(browser, he, true); in hist_browser__toggle_fold() 476 he->nr_rows = hierarchy_count_rows(browser, he, false); in hist_browser__toggle_fold()
|
Completed in 10 milliseconds