Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.h166 std::unordered_map<uint64_t, std::vector<uint64_t>> stackHashValueToFramesHashMap_ = {}; variable
Dnative_hook_filter.cpp191stackHashValueToFramesHashMap_.emplace(std::make_pair(stackHashValue, std::move(framesHash))); in CompressStackAndFrames()
1066 if (!stackHashValueToFramesHashMap_.count(itor->second)) { in ParseFramesWithOutCallStackCompressedMode()
1069 auto &framesHash = stackHashValueToFramesHashMap_.at(itor->second); in ParseFramesWithOutCallStackCompressedMode()