Searched refs:dso_filter (Results 1 – 4 of 4) sorted by relevance
71 hists->dso_filter = NULL; in add_hist_entries()195 hists->dso_filter = fake_samples[0].map->dso; in test__hists_filter()220 hists->dso_filter = NULL; in test__hists_filter()289 hists->dso_filter = fake_samples[1].map->dso; in test__hists_filter()
75 const struct dso *dso_filter; member188 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
1888 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()1889 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()2073 hists->dso_filter); in hists__filter_by_dso()
2164 const struct dso *dso = hists->dso_filter; in perf_evsel_browser_title()2463 if (browser->hists->dso_filter) { in do_zoom_dso()2464 pstack__remove(browser->pstack, &browser->hists->dso_filter); in do_zoom_dso()2466 browser->hists->dso_filter = NULL; in do_zoom_dso()2471 browser->hists->dso_filter = map->dso; in do_zoom_dso()2473 pstack__push(browser->pstack, &browser->hists->dso_filter); in do_zoom_dso()2489 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()2934 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()