Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/ui/browsers/
H A Dhists.c74 if (he->leaf && he->unfolded) in hist_browser__get_folding()
159 return unfolded ? '-' : '+'; in tree__folded_sign()
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()
313 he->unfolded = !he->unfolded; in hist_entry__toggle_fold()
325 cl->unfolded = !cl->unfolded; in callchain_list__toggle_fold()
420 return he->unfolded; in hist_browser__selection_unfolded()
472 if (he->unfolded) { in hist_browser__toggle_fold()
1841 h->unfolded = false; in hist_browser__refresh()
[all …]
/linux-6.15/tools/perf/util/
H A Dcallchain.h132 bool unfolded; member
H A Dhist.h273 bool unfolded; member
H A Dhist.c2078 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
2171 parent->unfolded = false; in hists__remove_entry_filter()
2184 h->unfolded = false; in hists__remove_entry_filter()