Searched refs:has_no_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dsort.h140 bool has_no_entry; member in struct:hist_entry::__anon337::__anon338
H A Dhist.c2103 parent->has_no_entry = false;
2116 h->has_no_entry = false;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c282 if (he->has_no_entry)
483 he->has_no_entry = true;
490 if (he->has_no_entry)
491 he->has_no_entry = false;
627 he->has_no_entry = true;
630 he->has_no_entry = false;
1851 if (h->has_no_entry) {
2912 if (he->has_no_entry) {
2913 he->has_no_entry = false;

Completed in 112 milliseconds