Searched refs:unfolded (Results 1 – 3 of 3) sorted by relevance
63 if (he->ms.unfolded) in hist_browser__get_folding()134 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument136 return unfolded ? '-' : '+'; in tree__folded_sign()141 return ms->has_children ? tree__folded_sign(ms->unfolded) : ' '; in map_symbol__folded()156 ms->unfolded = unfold ? ms->has_children : false; in map_symbol__set_folding()187 bool unfolded = false; in callchain_node__count_rows() local192 unfolded = chain->ms.unfolded; in callchain_node__count_rows()195 if (unfolded) in callchain_node__count_rows()222 ms->unfolded = !ms->unfolded; in map_symbol__toggle_fold()294 if (he->ms.unfolded) in hist_browser__toggle_fold()[all …]
162 bool unfolded; member
1169 h->ms.unfolded = false; in hists__remove_entry_filter()