Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
A 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()
/linux/tools/perf/util/
A Dhist.h95 const struct dso *dso_filter; member
215 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
A Dhist.c2096 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
2097 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
2285 hists->dso_filter); in hists__filter_by_dso()
2699 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/linux/tools/perf/ui/browsers/
A Dhists.c2586 if (browser->hists->dso_filter) { in hists_browser__zoom_map()
2587 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2589 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()
2594 browser->hists->dso_filter = map->dso; in hists_browser__zoom_map()
2596 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2618 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3247 if (top == &browser->hists->dso_filter) { in evsel__hists_browse()

Completed in 17 milliseconds