OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dso_filter
(Results
1 - 3
of
3
) sorted by null
/system/extras/simpleperf/
sample_tree.cpp
26
const std::unordered_set<std::string>&
dso_filter
) {
30
dso_filter_ =
dso_filter
;
sample_tree.h
91
const std::unordered_set<std::string>&
dso_filter
);
cmd_report.cpp
359
std::unordered_set<std::string>
dso_filter
;
local
369
std::unordered_set<std::string>& filter = (args[i] == "--comms" ? comm_filter :
dso_filter
);
511
sample_tree_->SetFilters(pid_filter, tid_filter, comm_filter,
dso_filter
);
Completed in 2654 milliseconds