Searched defs:SampleTreeBuilderOptions (Results 1 – 1 of 1) sorted by relevance
314 struct SampleTreeBuilderOptions { struct315 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 …]