Home
last modified time | relevance | path

Searched refs:expandLimit (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dcallstack.cpp534 use expandLimit to setup how may frame match is needs
539 size_t expandLimit) in DoExpandCallStack()
543 if (expandLimit == 0 or newCallFrames.size() < expandLimit or in DoExpandCallStack()
544 cachedCallFrames.size() < expandLimit or in DoExpandCallStack()
546 HLOGM("expandLimit %zu not match new %zu cache %zu", expandLimit, newCallFrames.size(), in DoExpandCallStack()
554 const auto newIt = newCallFrames.end() - expandLimit; in DoExpandCallStack()
557 expandLimit); in DoExpandCallStack()
562 size_t distances = expandLimit in DoExpandCallStack()
537 DoExpandCallStack(std::vector<DfxFrame> &newCallFrames, const std::vector<DfxFrame> &cachedCallFrames, size_t expandLimit) DoExpandCallStack() argument
604 ExpandCallStack(pid_t tid, std::vector<DfxFrame> &callFrames, size_t expandLimit) ExpandCallStack() argument
[all...]
/developtools/hiperf/include/
H A Dcallstack.h61 size_t ExpandCallStack(pid_t tid, std::vector<DfxFrame> &callFrames, size_t expandLimit = 1u);
76 const std::vector<DfxFrame> &cachedCallFrames, size_t expandLimit);

Completed in 2 milliseconds