Home
last modified time | relevance | path

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

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