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()
101 const struct dso *dso_filter; member224 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
2137 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()2138 (he->ms.map == NULL || map__dso(he->ms.map) != hists->dso_filter)) { in hists__filter_entry_by_dso()2326 hists->dso_filter); in hists__filter_by_dso()2753 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
2576 if (browser->hists->dso_filter) { in hists_browser__zoom_map()2577 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2579 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()2585 browser->hists->dso_filter = dso; in hists_browser__zoom_map()2587 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()2609 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()3238 if (top == &browser->hists->dso_filter) { in evsel__hists_browse()