Searched refs:SampleComparator (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dsample_tree.h116 struct SampleComparator { struct in class:SampleTree
120 SampleComparator(compare_sample_func_t compare_function) : compare_function(compare_function) { function in struct:SampleTree::SampleComparator
143 SampleComparator sample_comparator_;
144 std::set<SampleEntry*, SampleComparator> sample_tree_;
147 std::set<SampleEntry*, SampleComparator> callchain_sample_tree_;

Completed in 110 milliseconds