diff --git a/tools/perf/util/hist.c b/tools/perf/util/hist.c index 68a7612019dc3c3be315604693b68170183044d6..1d8c8eab9daa73ed6bbdaff6e87715cbf5a79ecc 100644 --- a/tools/perf/util/hist.c +++ b/tools/perf/util/hist.c @@ -1266,9 +1266,6 @@ void hists__filter_by_dso(struct hists *hists) for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); - if (symbol_conf.exclude_other && !h->parent) - continue; - if (hists__filter_entry_by_dso(hists, h)) continue;