Home
last modified time | relevance | path

Searched defs:CallChainRoot (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcallchain.h39 struct CallChainRoot { struct
47 CallChainRoot() : duplicated(false), children_period(0) {} in CallChainRoot() argument
49 void AddCallChain( in AddCallChain()
96 std::sort(v->begin(), v->end(), CallChainRoot::CompareNodeByPeriod); in SortByPeriod() argument
106 NodeT* FindMatchingNode( in FindMatchingNode()
117 size_t GetMatchingLengthInNode( in GetMatchingLengthInNode()
130 void SplitNode(NodeT* parent, size_t parent_length) { in SplitNode()
141 std::unique_ptr<NodeT> AllocateNode(const std::vector<EntryT*>& chain, in AllocateNode()
153 static bool CompareNodeByPeriod(const std::unique_ptr<NodeT>& n1, in CompareNodeByPeriod()