Searched refs:treeFormat (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler_api.cpp | 35 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat) in ThreadSamplerCollect() argument 37 bool enableTreeFormat = (treeFormat == 1); in ThreadSamplerCollect()
|
H A D | thread_sampler.cpp | 482 bool ThreadSampler::CollectStack(std::string& stack, bool treeFormat)
in CollectStack() argument 509 if (!treeFormat) {
in CollectStack()
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | thread_sampler_test.cpp | 143 int treeFormat = 0; in HWTEST_F() 144 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 189 int treeFormat = 1; in HWTEST_F() 190 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 234 int treeFormat = 1; in HWTEST_F() 235 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F() 297 int treeFormat = 1; in HWTEST_F() 298 collectFunc(stack, STACK_LENGTH, treeFormat); in HWTEST_F()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler_api.h | 36 * treeFormat: collect stack infomation in tree format or not. 1 for tree format and 0 for not. 39 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat = 1);
|
H A D | thread_sampler.h | 77 bool CollectStack(std::string& stack, bool treeFormat = true);
|
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog_inner.cpp | 295 int treeFormat = 1; in CollectStack() local 297 int collectRet = threadSamplerCollectFunc(stk, STACK_LENGTH, treeFormat); in CollectStack()
|
Completed in 4 milliseconds