Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c58 if (he->leaf && he->unfolded) in hist_browser__get_folding()
141 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
143 return unfolded ? '-' : '+'; in tree__folded_sign()
148 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
153 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' '; in callchain_list__folded()
158 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
224 bool unfolded = false; in callchain_node__count_rows() local
235 unfolded = chain->unfolded; in callchain_node__count_rows()
238 if (unfolded) in callchain_node__count_rows()
280 if (include_children && child->unfolded) in hierarchy_count_rows()
[all …]
/Linux-v4.19/tools/perf/util/
Dsort.h128 bool unfolded; member
Dcallchain.h117 bool unfolded; member
Dhist.c1790 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
1883 parent->unfolded = false; in hists__remove_entry_filter()
1896 h->unfolded = false; in hists__remove_entry_filter()