Home
last modified time | relevance | path

Searched refs:newCallFrames (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dcallstack.cpp541 size_t CallStack::DoExpandCallStack(std::vector<DfxFrame> &newCallFrames, in DoExpandCallStack() argument
547 if (expandLimit == 0 or newCallFrames.size() < expandLimit or in DoExpandCallStack()
549 HLOGM("expandLimit %zu not match new %zu cache %zu", expandLimit, newCallFrames.size(), in DoExpandCallStack()
557 const auto newIt = newCallFrames.end() - expandLimit; in DoExpandCallStack()
558 if (newIt != newCallFrames.end()) { in DoExpandCallStack()
585 LogFrame("newCallStack:", newCallFrames); in DoExpandCallStack()
588 newCallFrames.insert(newCallFrames.end(), cachedIt, cachedCallFrames.end()); in DoExpandCallStack()
590 HLOGV("merge callstack increse to %zu (+%zd) ", newCallFrames.size(), expands); in DoExpandCallStack()
/developtools/hiperf/include/
Dcallstack.h75 size_t DoExpandCallStack(std::vector<DfxFrame> &newCallFrames,
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h58 size_t ExpendCallStack(std::vector<CallFrame> &newCallFrames,