dso_filter         73 tools/perf/tests/hists_filter.c 			hists->dso_filter = NULL;
dso_filter        197 tools/perf/tests/hists_filter.c 		hists->dso_filter = fake_samples[0].map->dso;
dso_filter        222 tools/perf/tests/hists_filter.c 		hists->dso_filter = NULL;
dso_filter        291 tools/perf/tests/hists_filter.c 		hists->dso_filter = fake_samples[1].map->dso;
dso_filter       2487 tools/perf/ui/browsers/hists.c 	if (browser->hists->dso_filter) {
dso_filter       2488 tools/perf/ui/browsers/hists.c 		pstack__remove(browser->pstack, &browser->hists->dso_filter);
dso_filter       2490 tools/perf/ui/browsers/hists.c 		browser->hists->dso_filter = NULL;
dso_filter       2495 tools/perf/ui/browsers/hists.c 		browser->hists->dso_filter = map->dso;
dso_filter       2497 tools/perf/ui/browsers/hists.c 		pstack__push(browser->pstack, &browser->hists->dso_filter);
dso_filter       2513 tools/perf/ui/browsers/hists.c 		     browser->hists->dso_filter ? "out of" : "into",
dso_filter       3059 tools/perf/ui/browsers/hists.c 			if (top == &browser->hists->dso_filter) {
dso_filter       2043 tools/perf/util/hist.c 	if (hists->dso_filter != NULL &&
dso_filter       2044 tools/perf/util/hist.c 	    (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) {
dso_filter       2232 tools/perf/util/hist.c 					hists->dso_filter);
dso_filter       2629 tools/perf/util/hist.c 	const struct dso *dso = hists->dso_filter;
dso_filter         88 tools/perf/util/hist.h 	const struct dso	*dso_filter;
dso_filter        207 tools/perf/util/hist.h 	return hists->thread_filter || hists->dso_filter ||