Searched refs:newCallFrames (Results 1 – 3 of 3) sorted by relevance
/developtools/hiperf/src/ |
D | callstack.cpp | 543 size_t CallStack::DoExpandCallStack(std::vector<CallFrame> &newCallFrames, in DoExpandCallStack() argument 549 if (expandLimit == 0 or newCallFrames.size() < expandLimit or in DoExpandCallStack() 551 HLOGM("expandLimit %zu not match new %zu cache %zu", expandLimit, newCallFrames.size(), in DoExpandCallStack() 559 const auto newIt = newCallFrames.end() - expandLimit; in DoExpandCallStack() 586 LogFrame("newCallStack:", newCallFrames); in DoExpandCallStack() 589 newCallFrames.insert(newCallFrames.end(), cachedIt, cachedCallFrames.end()); in DoExpandCallStack() 591 HLOGV("merge callstack increse to %zu (+%zd) ", newCallFrames.size(), expands); in DoExpandCallStack()
|
/developtools/hiperf/include/ |
D | callstack.h | 76 size_t DoExpandCallStack(std::vector<CallFrame> &newCallFrames,
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | call_stack.h | 58 size_t ExpendCallStack(std::vector<CallFrame> &newCallFrames,
|