Lines Matching refs:unfolded
70 if (he->leaf && he->unfolded) in hist_browser__get_folding()
153 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
155 return unfolded ? '-' : '+'; in tree__folded_sign()
160 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
165 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' '; in callchain_list__folded()
170 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
236 bool unfolded = false; in callchain_node__count_rows() local
247 unfolded = chain->unfolded; in callchain_node__count_rows()
250 if (unfolded) in callchain_node__count_rows()
292 if (include_children && child->unfolded) in hierarchy_count_rows()
309 he->unfolded = !he->unfolded; in hist_entry__toggle_fold()
321 cl->unfolded = !cl->unfolded; in callchain_list__toggle_fold()
422 if (he->unfolded) { in hist_browser__toggle_fold()
537 he->unfolded = unfold ? he->has_children : false; in __hist_entry__set_folding()
1782 h->unfolded = false; in hist_browser__refresh()
1909 if (h->unfolded && h->leaf) { in ui_browser__hists_seek()
1931 if (h->unfolded && h->leaf) { in ui_browser__hists_seek()
1968 if (h->unfolded && h->leaf) in ui_browser__hists_seek()