Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/
H A Dcmd_report.cpp357 struct SampleTreeBuilderOptions { struct
358 SampleComparator<SampleEntry> comparator;
359 ThreadTree* thread_tree;
360 std::unordered_set<std::string> comm_filter;
361 std::unordered_set<std::string> dso_filter;
362 std::unordered_set<std::string> symbol_filter;
363 std::unordered_set<int> cpu_filter;
364 bool use_branch_address;
365 bool accumulate_callchain;
366 bool build_callchain;
[all …]