Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dhists.c74 if (he->leaf && he->unfolded) in hist_browser__get_folding()
157 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
159 return unfolded ? '-' : '+'; in tree__folded_sign()
164 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
169 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' '; in callchain_list__folded()
174 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
240 bool unfolded = false; in callchain_node__count_rows() local
251 unfolded = chain->unfolded; in callchain_node__count_rows()
254 if (unfolded) in callchain_node__count_rows()
296 if (include_children && child->unfolded) in hierarchy_count_rows()
[all …]
/linux/tools/perf/util/
H A Dcallchain.h133 bool unfolded; member
H A Dhist.h287 bool unfolded; member
H A Dhist.c2152 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
2245 parent->unfolded = false; in hists__remove_entry_filter()
2258 h->unfolded = false; in hists__remove_entry_filter()