Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/
H 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.h89 const struct dso *dso_filter; member
208 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
H A Dhist.c2090 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
2091 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
2279 hists->dso_filter); in hists__filter_by_dso()
2681 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dhists.c2585 if (browser->hists->dso_filter) { in hists_browser__zoom_map()
2586 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2588 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()
2593 browser->hists->dso_filter = map->dso; in hists_browser__zoom_map()
2595 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2617 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3250 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()