Searched refs:cachedCallFrames (Results 1 - 3 of 3) sorted by relevance
/developtools/hiperf/src/ |
H A D | callstack.cpp | 538 const std::vector<DfxFrame> &cachedCallFrames, in DoExpandCallStack() 544 cachedCallFrames.size() < expandLimit or in DoExpandCallStack() 545 cachedCallFrames.size() >= MAX_CALL_FRAME_UNWIND_SIZE) { in DoExpandCallStack() 547 cachedCallFrames.size()); in DoExpandCallStack() 563 auto cachedIt = find(cachedCallFrames.begin(), cachedCallFrames.end(), *newIt); in DoExpandCallStack() 564 if (cachedIt == cachedCallFrames.end()) { in DoExpandCallStack() 569 while (std::distance(cachedIt, cachedCallFrames.end()) >= signed(expandLimit)) { in DoExpandCallStack() 576 if (cachedIt == cachedCallFrames.end()) { in DoExpandCallStack() 583 LogFrame("cachedCallStack:", cachedCallFrames); in DoExpandCallStack() 537 DoExpandCallStack(std::vector<DfxFrame> &newCallFrames, const std::vector<DfxFrame> &cachedCallFrames, size_t expandLimit) DoExpandCallStack() argument 618 HashList<uint64_t, std::vector<DfxFrame>> &cachedCallFrames = cachedCallFramesMap_[tid]; ExpandCallStack() local [all...] |
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | call_stack.h | 60 const std::vector<CallFrame> &cachedCallFrames, size_t expendLimit);
|
/developtools/hiperf/include/ |
H A D | callstack.h | 76 const std::vector<DfxFrame> &cachedCallFrames, size_t expandLimit);
|
Completed in 3 milliseconds