Home
last modified time | relevance | path

Searched refs:collectStackCount (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_api.cpp25 int ThreadSamplerInit(int collectStackCount) in ThreadSamplerInit() argument
27 return ThreadSampler::GetInstance().Init(collectStackCount) ? SUCCESS : FAIL; in ThreadSamplerInit()
H A Dthread_sampler.cpp131 bool ThreadSampler::Init(int collectStackCount) in Init() argument
162 if (collectStackCount <= 0) { in Init()
163 XCOLLIE_LOGE("Invalid collectStackCount\n"); in Init()
167 stackIdCount_.reserve(collectStackCount); in Init()
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler_api.h28 int ThreadSamplerInit(int collectStackCount);
H A Dthread_sampler.h74 bool Init(int collectStackCount);

Completed in 2 milliseconds