Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c1226 const struct dso *dso = hists->dso_filter; in hists__browser_title()
1527 if (top == &browser->hists->dso_filter) in perf_evsel__hists_browse()
1587 (browser->hists->dso_filter ? "out of" : "into"), in perf_evsel__hists_browse()
1677 if (browser->hists->dso_filter) { in perf_evsel__hists_browse()
1678 pstack__remove(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()
1681 browser->hists->dso_filter = NULL; in perf_evsel__hists_browse()
1688 browser->hists->dso_filter = dso; in perf_evsel__hists_browse()
1690 pstack__push(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse()
/external/linux-tools-perf/src/tools/perf/util/
Dhist.h74 const struct dso *dso_filter; member
Dhist.c768 if (hists->dso_filter != NULL && in hists__filter_entry_by_dso()
769 (he->ms.map == NULL || he->ms.map->dso != hists->dso_filter)) { in hists__filter_entry_by_dso()