Lines Matching defs:SampleTreeBuilderOptions
246 struct SampleTreeBuilderOptions { struct
247 SampleComparator<SampleEntry> comparator;
248 ThreadTree* thread_tree;
249 std::unordered_set<std::string> comm_filter;
250 std::unordered_set<std::string> dso_filter;
251 std::unordered_set<std::string> symbol_filter;
252 std::unordered_set<int> pid_filter;
253 std::unordered_set<int> tid_filter;
254 bool use_branch_address;
255 bool accumulate_callchain;
256 bool build_callchain;
257 bool use_caller_as_callchain_root;
258 bool strict_unwind_arch_check;
260 std::unique_ptr<ReportCmdSampleTreeBuilder> CreateSampleTreeBuilder() { in CreateSampleTreeBuilder()