Home
last modified time | relevance | path

Searched refs:GetTreeStack (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dsample_stack_printer.h61 std::string GetTreeStack(std::vector<StackIdAndCount>& stackIdCount,
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp143 std::string SampleStackPrinter::GetTreeStack(std::vector<StackIdAndCount>& stackIdCount, in GetTreeStack() function in OHOS::HiviewDFX::SampleStackPrinter
H A Dthread_sampler.cpp468 stack = printer->GetTreeStack(stackIdCount_, uniqueStackTable_); in CollectStack()