Home
last modified time | relevance | path

Searched refs:callchain_sample_set_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dsample_tree.h62 callchain_sample_set_(comparator), in SampleTreeBuilder()
224 auto it = callchain_sample_set_.find(sample.get()); in InsertCallChainSample()
225 if (it != callchain_sample_set_.end()) { in InsertCallChainSample()
229 callchain_sample_set_.insert(sample.get()); in InsertCallChainSample()
286 std::set<EntryT*, SampleComparator<EntryT>> callchain_sample_set_; variable