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

/linux-master/tools/perf/tests/
H A Dhists_filter.c75 hists->dso_filter = NULL;
209 hists->dso_filter = map__dso(fake_samples[0].map);
234 hists->dso_filter = NULL;
303 hists->dso_filter = map__dso(fake_samples[1].map);
/linux-master/tools/perf/util/
H A Dhist.h104 const struct dso *dso_filter; member in struct:hists
227 return hists->thread_filter || hists->dso_filter ||
H A Dhist.c2130 if (hists->dso_filter != NULL &&
2131 (he->ms.map == NULL || map__dso(he->ms.map) != hists->dso_filter)) {
2319 hists->dso_filter);
2744 const struct dso *dso = hists->dso_filter;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2576 if (browser->hists->dso_filter) {
2577 pstack__remove(browser->pstack, &browser->hists->dso_filter);
2579 browser->hists->dso_filter = NULL;
2585 browser->hists->dso_filter = dso;
2587 pstack__push(browser->pstack, &browser->hists->dso_filter);
2609 browser->hists->dso_filter ? "out of" : "into",
3239 if (top == &browser->hists->dso_filter) {

Completed in 132 milliseconds