Home
last modified time | relevance | path

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

/tools/perf/tests/
Dhists_filter.c73 hists->dso_filter = NULL; in add_hist_entries()
197 hists->dso_filter = fake_samples[0].map->dso; in test__hists_filter()
222 hists->dso_filter = NULL; in test__hists_filter()
291 hists->dso_filter = fake_samples[1].map->dso; in test__hists_filter()
/tools/perf/util/
Dhist.h88 const struct dso *dso_filter; member
207 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
Dhist.c2043 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
2044 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
2232 hists->dso_filter); in hists__filter_by_dso()
2629 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/tools/perf/ui/browsers/
Dhists.c2492 if (browser->hists->dso_filter) { in do_zoom_dso()
2493 pstack__remove(browser->pstack, &browser->hists->dso_filter); in do_zoom_dso()
2495 browser->hists->dso_filter = NULL; in do_zoom_dso()
2500 browser->hists->dso_filter = map->dso; in do_zoom_dso()
2502 pstack__push(browser->pstack, &browser->hists->dso_filter); in do_zoom_dso()
2518 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3064 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()