Home
last modified time | relevance | path

Searched defs:SampleTreeBuilderOptions (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcmd_report.cpp246 struct SampleTreeBuilderOptions { struct
247 SampleComparator<SampleEntry> comparator;
248 ThreadTree* thread_tree;
249 std::unordered_set<std::string> comm_filter;
250 std::unordered_set<std::string> dso_filter;
251 std::unordered_set<std::string> symbol_filter;
252 std::unordered_set<int> pid_filter;
253 std::unordered_set<int> tid_filter;
254 bool use_branch_address;
255 bool accumulate_callchain;
[all …]