Searched refs:dso_filter (Results 1 – 4 of 4) sorted by relevance
73 hists->dso_filter = NULL; in add_hist_entries()193 hists->dso_filter = fake_samples[0].map->dso; in test__hists_filter()218 hists->dso_filter = NULL; in test__hists_filter()254 hists->dso_filter = fake_samples[1].map->dso; in test__hists_filter()
64 const struct dso *dso_filter; member149 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
1178 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()1179 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
1222 const struct dso *dso = hists->dso_filter; in hists__browser_title()1576 if (top == &browser->hists->dso_filter) in perf_evsel__hists_browse()1641 (browser->hists->dso_filter ? "out of" : "into"), in perf_evsel__hists_browse()1736 if (browser->hists->dso_filter) { in perf_evsel__hists_browse()1737 pstack__remove(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()1740 browser->hists->dso_filter = NULL; in perf_evsel__hists_browse()1747 browser->hists->dso_filter = dso; in perf_evsel__hists_browse()1749 pstack__push(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()