Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
H A Dthread_sampler_test.cpp200 int treeFormat = 0; in __anon5be550370202() local
201 threadSamplerCollectFunc_(stk, STACK_LENGTH, treeFormat); in __anon5be550370202()
242 int treeFormat = 1; in __anon5be550370402() local
243 threadSamplerCollectFunc_(stk, STACK_LENGTH, treeFormat); in __anon5be550370402()
284 int treeFormat = 1; in __anon5be550370602() local
285 threadSamplerCollectFunc_(stk, STACK_LENGTH, treeFormat); in __anon5be550370602()
352 int treeFormat = 1; in __anon5be550370802() local
353 threadSamplerCollectFunc_(stk, STACK_LENGTH, treeFormat); in __anon5be550370802()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_api.cpp31 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat) in ThreadSamplerCollect() argument
33 bool enableTreeFormat = (treeFormat == 1); in ThreadSamplerCollect()
H A Dthread_sampler.cpp438 bool ThreadSampler::CollectStack(std::string& stack, bool treeFormat) in CollectStack() argument
465 if (!treeFormat) { in CollectStack()
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dthread_sampler_api.h42 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat = 1);
H A Dthread_sampler.h77 bool CollectStack(std::string& stack, bool treeFormat = true);
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp341 int treeFormat = 1; in CollectStack() local
343 int collectRet = threadSamplerCollectFunc_(stk, STACK_LENGTH, treeFormat); in CollectStack()