Lines Matching defs:SampleTreeBuilderOptions
357 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;
367 bool use_caller_as_callchain_root;
368 bool trace_offcpu;
370 std::unique_ptr<ReportCmdSampleTreeBuilder> CreateSampleTreeBuilder( in CreateSampleTreeBuilder()