Home
last modified time | relevance | path

Searched refs:cachedCallFrames (Results 1 - 3 of 3) sorted by relevance

/developtools/hiperf/src/
H A Dcallstack.cpp538 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 Dcall_stack.h60 const std::vector<CallFrame> &cachedCallFrames, size_t expendLimit);
/developtools/hiperf/include/
H A Dcallstack.h76 const std::vector<DfxFrame> &cachedCallFrames, size_t expandLimit);

Completed in 3 milliseconds