Home
last modified time | relevance | path

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

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