Lines Matching defs:SampleTreeBuilderOptions
311 struct SampleTreeBuilderOptions { struct
312 SampleComparator<SampleEntry> comparator;
313 ThreadTree* thread_tree;
314 std::unordered_set<std::string> comm_filter;
315 std::unordered_set<std::string> dso_filter;
316 std::unordered_set<std::string> symbol_filter;
317 std::unordered_set<int> pid_filter;
318 std::unordered_set<int> tid_filter;
319 bool use_branch_address;
320 bool accumulate_callchain;
321 bool build_callchain;
322 bool use_caller_as_callchain_root;
323 bool trace_offcpu;
325 std::unique_ptr<ReportCmdSampleTreeBuilder> CreateSampleTreeBuilder() { in CreateSampleTreeBuilder()