Home
last modified time | relevance | path

Searched refs:CollectStack (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_api.cpp35 … int success = (ThreadSampler::GetInstance().CollectStack(stk, enableTreeFormat) ? SUCCESS : FAIL); in ThreadSamplerCollect()
H A Dthread_sampler.cpp438 bool ThreadSampler::CollectStack(std::string& stack, bool treeFormat) in CollectStack() function in OHOS::HiviewDFX::ThreadSampler
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler.h77 bool CollectStack(std::string& stack, bool treeFormat = true);
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dwatchdog_inner_test.cpp306 WatchdogInner::GetInstance().CollectStack(stack);
344 WatchdogInner::GetInstance().CollectStack(stack);
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.h92 bool CollectStack(std::string& stack);
H A Dwatchdog_inner.cpp152 CollectStack(stack); in ReportMainThreadEvent()
336 bool WatchdogInner::CollectStack(std::string& stack) in CollectStack() function in OHOS::HiviewDFX::WatchdogInner