Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dcmd_report.cpp311 struct SampleTreeBuilderOptions { struct
312 SampleComparator<SampleEntry> comparator;
313 ThreadTree* thread_tree;
314 std::unordered_set<std::string> comm_filter;
315 std::unordered_set<std::string> dso_filter;
316 std::unordered_set<std::string> symbol_filter;
317 std::unordered_set<int> pid_filter;
318 std::unordered_set<int> tid_filter;
319 bool use_branch_address;
320 bool accumulate_callchain;
[all …]