Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dsample_tree.h199 EntryT* InsertSample(std::unique_ptr<EntryT> sample) { in InsertSample() function
242 return InsertSample(std::move(sample)); in InsertCallChainSample()
H A Dsample_tree_test.cpp68 InsertSample(std::unique_ptr<SampleEntry>( in AddSample()
H A Dcmd_report.cpp173 return InsertSample(std::make_unique<SampleEntry>(r.time_data.time, period, 0, 1, r.Cpu(), in CreateSample()
192 return InsertSample(std::move(sample)); in CreateBranchSample()
H A Dcmd_kmem.cpp177 SlabSample* sample = InsertSample(std::unique_ptr<SlabSample>( in CreateSample()