Searched refs:dso_filter (Results 1 – 4 of 4) sorted by relevance
75 hists->dso_filter = NULL; in add_hist_entries()209 hists->dso_filter = map__dso(fake_samples[0].map); in test__hists_filter()234 hists->dso_filter = NULL; in test__hists_filter()303 hists->dso_filter = map__dso(fake_samples[1].map); in test__hists_filter()
106 const struct dso *dso_filter; member389 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
2145 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()2146 (he->ms.map == NULL || !RC_CHK_EQUAL(map__dso(he->ms.map), hists->dso_filter))) { in hists__filter_entry_by_dso()2334 hists->dso_filter); in hists__filter_by_dso()2771 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
2603 if (browser->hists->dso_filter) { in hists_browser__zoom_map()2604 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2606 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()2612 browser->hists->dso_filter = dso; in hists_browser__zoom_map()2614 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2636 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()3266 if (top == &browser->hists->dso_filter) { in evsel__hists_browse()