Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c283 if (he->has_no_entry) in hierarchy_count_rows()
484 he->has_no_entry = true; in hist_browser__toggle_fold()
491 if (he->has_no_entry) in hist_browser__toggle_fold()
492 he->has_no_entry = false; in hist_browser__toggle_fold()
628 he->has_no_entry = true; in __hist_browser__set_folding()
631 he->has_no_entry = false; in __hist_browser__set_folding()
1859 if (h->has_no_entry) { in hist_browser__refresh()
2946 if (he->has_no_entry) { in hist_browser__update_percent_limit()
2947 he->has_no_entry = false; in hist_browser__update_percent_limit()
/linux-6.15/tools/perf/util/
H A Dhist.h275 bool has_no_entry; member
H A Dhist.c2172 parent->has_no_entry = false; in hists__remove_entry_filter()
2185 h->has_no_entry = false; in hists__remove_entry_filter()