Home
last modified time | relevance | path

Searched refs:stackIdCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp147 stackIdCount_.reserve(collectStackCount); in Init()
392 PutStackId(stackIdCount_, stackId); in ProcessStackBuffer()
447 if (timeAndFrameList_.empty() && stackIdCount_.empty()) { in CollectStack()
468 stack = printer->GetTreeStack(stackIdCount_, uniqueStackTable_); in CollectStack()
471 stackIdCount_.clear(); in CollectStack()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h128 std::vector<StackIdAndCount> stackIdCount_; variable