Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h165 std::map<uint32_t, uint64_t> callChainIdToStackHashValueMap_ = {}; variable
Dnative_hook_filter.cpp188 callChainId = callChainIdToStackHashValueMap_.size() + 1; in CompressStackAndFrames()
189 callChainIdToStackHashValueMap_.emplace(std::make_pair(callChainId, stackHashValue)); in CompressStackAndFrames()
1064 …for (auto itor = callChainIdToStackHashValueMap_.begin(); itor != callChainIdToStackHashValueMap_.… in ParseFramesWithOutCallStackCompressedMode()