Home
last modified time | relevance | path

Searched refs:dso_filter (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
2685 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.h101 const struct dso *dso_filter; member
224 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
H A Dhist.c2132 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
2133 (he->ms.map == NULL || map__dso(he->ms.map) != hists->dso_filter)) { in hists__filter_entry_by_dso()
2321 hists->dso_filter); in hists__filter_by_dso()
2748 const struct dso *dso = hists->dso_filter; in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2575 if (browser->hists->dso_filter) { in hists_browser__zoom_map()
2576 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2578 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()
2583 browser->hists->dso_filter = map->dso; in hists_browser__zoom_map()
2585 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2607 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3240 if (top == &browser->hists->dso_filter) { in perf_evsel__hists_browse()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c2579 if (browser->hists->dso_filter) { in hists_browser__zoom_map()
2580 pstack__remove(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2582 browser->hists->dso_filter = NULL; in hists_browser__zoom_map()
2588 browser->hists->dso_filter = dso; in hists_browser__zoom_map()
2590 pstack__push(browser->pstack, &browser->hists->dso_filter); in hists_browser__zoom_map()
2612 browser->hists->dso_filter ? "out of" : "into", in add_dso_opt()
3242 if (top == &browser->hists->dso_filter) { in evsel__hists_browse()

Completed in 21 milliseconds