Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_report.cpp314 struct SampleTreeBuilderOptions { struct
315 SampleComparator<SampleEntry> comparator;
316 ThreadTree* thread_tree;
320 std::unordered_set<int> cpu_filter;
321 std::unordered_set<int> pid_filter;
322 std::unordered_set<int> tid_filter;
323 bool use_branch_address;
324 bool accumulate_callchain;
325 bool build_callchain;
326 bool use_caller_as_callchain_root;
[all …]