Home
last modified time | relevance | path

Searched refs:GetMatchingLengthInNode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dcallchain.h62 size_t match_length = GetMatchingLengthInNode(p, callchain, callchain_pos, is_same_sample); in AddCallChain()
114 size_t GetMatchingLengthInNode(NodeT* node, const std::vector<EntryT*>& chain, size_t chain_start, in GetMatchingLengthInNode() function