Searched defs:CallChainRoot (Results 1 – 1 of 1) sorted by relevance
39 struct CallChainRoot { struct47 CallChainRoot() : duplicated(false), children_period(0) {} in CallChainRoot() argument49 void AddCallChain( in AddCallChain()96 std::sort(v->begin(), v->end(), CallChainRoot::CompareNodeByPeriod); in SortByPeriod() argument106 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()