Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.h44 …static void PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<Dfx…
H A Ddfx_unwind_remote.cpp103 Printer::PrintThreadFaultStackByConfig(process, process->vmThread_, unwinder); in UnwindProcess()
111 Printer::PrintThreadFaultStackByConfig(process, process->keyThread_, unwinder); in UnwindProcess()
H A Dprinter.cpp265 void Printer::PrintThreadFaultStackByConfig(std::shared_ptr<DfxProcess> process, std::shared_ptr<Df… in PrintThreadFaultStackByConfig() function in OHOS::HiviewDFX::Printer