Home
last modified time | relevance | path

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

/tools/perf/tests/
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()
/tools/perf/util/
A Dhist.h124 const struct dso *dso_filter; member
420 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
A Dhist.c2275 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
2276 (he->ms.map == NULL || !RC_CHK_EQUAL(map__dso(he->ms.map), hists->dso_filter))) { in hists__filter_entry_by_dso()
2474 hists->dso_filter); in hists__filter_by_dso()
2915 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/tools/perf/ui/browsers/
A Dhists.c2640 if (browser->hists->dso_filter) { in hists_browser__zoom_map()
2641 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2643 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()
2649 browser->hists->dso_filter = dso; in hists_browser__zoom_map()
2651 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2673 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3297 if (top == &browser->hists->dso_filter) { in evsel__hists_browse()

Completed in 26 milliseconds