Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp76 const BranchStackItemType&) override { in CreateBranchSample() argument
Drecord.h115 struct BranchStackItemType { struct
123 const BranchStackItemType* stack; argument
Drecord.cpp471 branch_stack_data.stack = reinterpret_cast<BranchStackItemType*>(p); in SampleRecord()
472 p += branch_stack_data.stack_nr * sizeof(BranchStackItemType); in SampleRecord()
694 p -= branch_stack_data.stack_nr * sizeof(BranchStackItemType); in BuildBinaryWithNewCallChain()
695 memcpy(p, branch_stack_data.stack, branch_stack_data.stack_nr * sizeof(BranchStackItemType)); in BuildBinaryWithNewCallChain()
696 branch_stack_data.stack = reinterpret_cast<BranchStackItemType*>(p); in BuildBinaryWithNewCallChain()
Dsample_tree.h192 const BranchStackItemType& item) = 0;
DRecordReadThread.cpp161 pos += sizeof(uint64_t) + stack_nr * sizeof(BranchStackItemType); in GetStackSizePos()
Dcmd_kmem.cpp210 const BranchStackItemType&) override { in CreateBranchSample() argument
Dcmd_report.cpp177 const BranchStackItemType& item) override { in CreateBranchSample()