Lines Matching refs:EntryT
30 template <typename EntryT>
34 std::vector<EntryT*> chain;
38 template <typename EntryT>
40 typedef CallChainNode<EntryT> NodeT;
50 const std::vector<EntryT*>& callchain, uint64_t period, in AddCallChain()
51 std::function<bool(const EntryT*, const EntryT*)> is_same_sample) { in AddCallChain()
107 const std::vector<std::unique_ptr<NodeT>>& nodes, const EntryT* sample, in FindMatchingNode()
108 std::function<bool(const EntryT*, const EntryT*)> is_same_sample) { in FindMatchingNode()
118 NodeT* node, const std::vector<EntryT*>& chain, size_t chain_start, in GetMatchingLengthInNode()
119 std::function<bool(const EntryT*, const EntryT*)> is_same_sample) { in GetMatchingLengthInNode()
141 std::unique_ptr<NodeT> AllocateNode(const std::vector<EntryT*>& chain, in AllocateNode()