Searched refs:AllocateNode (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dcallchain.h55 std::unique_ptr<NodeT> new_node = AllocateNode(callchain, 0, period, 0);
84 AllocateNode(callchain, callchain_pos, period, 0);
131 std::unique_ptr<NodeT> child = AllocateNode(
141 std::unique_ptr<NodeT> AllocateNode(const std::vector<EntryT*>& chain, function in struct:CallChainRoot

Completed in 48 milliseconds