Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree.h97 SampleEntry* AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period,
Dsample_tree.cpp73 SampleEntry* SampleTree::AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, in AddCallChainSample() function in SampleTree
Dcmd_report.cpp604 sample_tree_->AddCallChainSample(r.tid_data.pid, r.tid_data.tid, ip, r.time_data.time, in ProcessSampleRecord()