Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h99 void InsertCallChainForSample(SampleEntry* sample, const std::vector<SampleEntry*>& callchain,
Dsample_tree.cpp144 void SampleTree::InsertCallChainForSample(SampleEntry* sample, in InsertCallChainForSample() function in SampleTree
Dcmd_report.cpp623 sample_tree_->InsertCallChainForSample(sample, callchain, r.period_data.period); in ProcessSampleRecord()