Searched refs:hist_entry__has_hierarchy_children (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/ui/gtk/
H A Dhists.c473 if (!hist_entry__has_hierarchy_children(he, min_pcnt)) {
/linux-master/tools/perf/util/
H A Dhist.h581 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit);
H A Dhist.c2060 bool hist_entry__has_hierarchy_children(struct hist_entry *he, float limit) function
/linux-master/tools/perf/ui/stdio/
H A Dhist.c877 if (!h->leaf && !hist_entry__has_hierarchy_children(h, min_pcnt)) {
/linux-master/tools/perf/ui/browsers/
H A Dhists.c625 else if (unfold && !hist_entry__has_hierarchy_children(he, browser->min_pcnt)) {

Completed in 147 milliseconds