Searched refs:dso_filter (Results 1 – 4 of 4) sorted by relevance
73 hists->dso_filter = NULL; in add_hist_entries()197 hists->dso_filter = fake_samples[0].map->dso; in test__hists_filter()222 hists->dso_filter = NULL; in test__hists_filter()291 hists->dso_filter = fake_samples[1].map->dso; in test__hists_filter()
89 const struct dso *dso_filter; member208 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
2090 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()2091 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()2279 hists->dso_filter); in hists__filter_by_dso()2681 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
2585 if (browser->hists->dso_filter) { in hists_browser__zoom_map()2586 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2588 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()2593 browser->hists->dso_filter = map->dso; in hists_browser__zoom_map()2595 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2617 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()3250 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()