Home
last modified time | relevance | path

Searched refs:unfolded (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c73 if (he->leaf && he->unfolded) in hist_browser__get_folding()
156 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
158 return unfolded ? '-' : '+'; in tree__folded_sign()
163 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
168 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' '; in callchain_list__folded()
173 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
195 if (folded_sign == '-') /* Have children and they're unfolded */ in callchain_node__count_rows_rb_tree()
239 bool unfolded = false; in callchain_node__count_rows() local
250 unfolded = chain->unfolded; in callchain_node__count_rows()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c73 if (he->leaf && he->unfolded) in hist_browser__get_folding()
156 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
158 return unfolded ? '-' : '+'; in tree__folded_sign()
163 return he->has_children ? tree__folded_sign(he->unfolded) : ' '; in hist_entry__folded()
168 return cl->has_children ? tree__folded_sign(cl->unfolded) : ' '; in callchain_list__folded()
173 cl->unfolded = unfold ? cl->has_children : false; in callchain_list__set_folding()
195 if (folded_sign == '-') /* Have children and they're unfolded */ in callchain_node__count_rows_rb_tree()
239 bool unfolded = false; in callchain_node__count_rows() local
250 unfolded = chain->unfolded; in callchain_node__count_rows()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsort.h131 bool unfolded; member
H A Dcallchain.h122 bool unfolded; member
H A Dhist.c1969 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
2062 parent->unfolded = false; in hists__remove_entry_filter()
2075 h->unfolded = false; in hists__remove_entry_filter()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcallchain.h122 bool unfolded; member
H A Dsort.h135 bool unfolded; member
H A Dhist.c2011 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
2104 parent->unfolded = false; in hists__remove_entry_filter()
2117 h->unfolded = false; in hists__remove_entry_filter()

Completed in 16 milliseconds