Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/ui/browsers/
Dhists.c43 static char tree__folded_sign(bool unfolded) in tree__folded_sign() argument
45 return unfolded ? '-' : '+'; in tree__folded_sign()
50 return self->has_children ? tree__folded_sign(self->unfolded) : ' '; in map_symbol__folded()
65 self->unfolded = unfold ? self->has_children : false; in map_symbol__set_folding()
96 bool unfolded = false; in callchain_node__count_rows() local
101 unfolded = chain->ms.unfolded; in callchain_node__count_rows()
104 if (unfolded) in callchain_node__count_rows()
128 self->unfolded = !self->unfolded; in map_symbol__toggle_fold()
192 if (he->ms.unfolded) in hist_browser__toggle_fold()
686 if (h->ms.unfolded) { in ui_browser__hists_seek()
[all …]
/linux-2.6.39/tools/perf/util/
Dsymbol.h113 bool unfolded; member
Dhist.c913 if (h->ms.unfolded) in hists__remove_entry_filter()