Searched defs:SampleTreeBuilderOptions (Results 1 – 1 of 1) sorted by relevance
310 struct SampleTreeBuilderOptions { struct311 SampleComparator<SampleEntry> comparator;312 ThreadTree* thread_tree;313 std::unordered_set<std::string> comm_filter;314 std::unordered_set<std::string> dso_filter;315 std::unordered_set<std::string> symbol_filter;316 std::unordered_set<int> pid_filter;317 std::unordered_set<int> tid_filter;318 bool use_branch_address;319 bool accumulate_callchain;[all …]