Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler_api.cpp35 int ThreadSamplerCollect(char* stack, size_t size, int treeFormat) in ThreadSamplerCollect() argument
37 bool enableTreeFormat = (treeFormat == 1); in ThreadSamplerCollect()
H A Dthread_sampler.cpp482 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 Dthread_sampler_test.cpp143 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 Dthread_sampler_api.h36 * 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 Dthread_sampler.h77 bool CollectStack(std::string& stack, bool treeFormat = true);
/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp295 int treeFormat = 1; in CollectStack() local
297 int collectRet = threadSamplerCollectFunc(stk, STACK_LENGTH, treeFormat); in CollectStack()

Completed in 5 milliseconds