Home
last modified time | relevance | path

Searched refs:dso_filter (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/tests/
H A Dhists_filter.c75 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()
/linux/tools/perf/util/
H A Dhist.h106 const struct dso *dso_filter; member
389 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
H A Dhist.c2145 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()
/linux/tools/perf/ui/browsers/
H A Dhists.c2603 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()