Searched refs:AllocateNode (Results 1 – 1 of 1) sorted by relevance
/system/extras/simpleperf/ |
D | callchain.cpp | 51 static std::unique_ptr<CallChainNode> AllocateNode(const std::vector<SampleEntry*>& chain, in AllocateNode() function 65 AllocateNode(parent->chain, parent_length, parent->period, parent->children_period); in SplitNode() 78 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, 0, period, 0); in AddCallChain() 104 std::unique_ptr<CallChainNode> new_node = AllocateNode(callchain, callchain_pos, period, 0); in AddCallChain()
|