Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dhists_filter.c73 hists->dso_filter = NULL; in add_hist_entries()
193 hists->dso_filter = fake_samples[0].map->dso; in test__hists_filter()
218 hists->dso_filter = NULL; in test__hists_filter()
254 hists->dso_filter = fake_samples[1].map->dso; in test__hists_filter()
/linux-4.1.27/tools/perf/util/
Dhist.h64 const struct dso *dso_filter; member
149 return hists->thread_filter || hists->dso_filter || in hists__has_filter()
Dhist.c1183 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
1184 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1241 const struct dso *dso = hists->dso_filter; in hists__browser_title()
1595 if (top == &browser->hists->dso_filter) in perf_evsel__hists_browse()
1663 (browser->hists->dso_filter ? "out of" : "into"), in perf_evsel__hists_browse()
1750 if (browser->hists->dso_filter) { in perf_evsel__hists_browse()
1751 pstack__remove(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()
1754 browser->hists->dso_filter = NULL; in perf_evsel__hists_browse()
1761 browser->hists->dso_filter = dso; in perf_evsel__hists_browse()
1763 pstack__push(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()