Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dsample_stack_printer.h60 std::string GetFullStack(const std::vector<TimeAndFrames>& timeAndFrameList);
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp122 std::string SampleStackPrinter::GetFullStack(const std::vector<TimeAndFrames>& timeAndFrameList) in GetFullStack() function in OHOS::HiviewDFX::SampleStackPrinter
H A Dthread_sampler.cpp466 stack = printer->GetFullStack(timeAndFrameList_); in CollectStack()