OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dso_filter
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c
1226
const struct dso *dso = hists->
dso_filter
;
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
hist.h
74
const struct dso *
dso_filter
;
member in struct:hists
hist.c
768
if (hists->
dso_filter
!= NULL &&
769
(he->ms.map == NULL || he->ms.map->dso != hists->
dso_filter
)) {
Completed in 80 milliseconds