Searched defs:SampleTreeBuilderOptions (Results 1 – 1 of 1) sorted by relevance
357 struct SampleTreeBuilderOptions { struct358 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;[all …]