Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dcallstack.cpp611 if (!cachedCallFramesMap_.count(tid)) { in ExpandCallStack()
612 cachedCallFramesMap_[tid].reserve(MAX_CALL_FRAME_EXPAND_CACHE_SIZE); in ExpandCallStack()
616 HashList<uint64_t, std::vector<CallFrame>> &cachedCallFrames = cachedCallFramesMap_[tid]; in ExpandCallStack()
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h56 std::map<pid_t, HashList<uint64_t, std::vector<CallFrame>>> cachedCallFramesMap_; variable
/developtools/hiperf/include/
Dcallstack.h76 std::map<pid_t, HashList<uint64_t, std::vector<CallFrame>>> cachedCallFramesMap_; variable
/developtools/hiperf/test/unittest/common/native/
Dcallstack_test.cpp496 EXPECT_EQ(callStack.cachedCallFramesMap_[0].size(), MAX_CALL_FRAME_EXPAND_CACHE_SIZE);