Home
last modified time | relevance | path

Searched refs:CollectStackInfo (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.h40 bool CollectStackInfo(const std::vector<std::shared_ptr<DfxFrame>> &frames);
Dprinter.cpp127 faultstack->CollectStackInfo(thread->GetFrames()); in PrintThreadFaultStackByConfig()
Ddfx_fault_stack.cpp75 bool FaultStack::CollectStackInfo(const std::vector<std::shared_ptr<DfxFrame>> &frames) in CollectStackInfo() function in OHOS::HiviewDFX::FaultStack
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
Dfault_stack_test.cpp167 stack->CollectStackInfo(DfxFrameFormat::ConvertFrames(frames));