Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.h40 static void PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread);
H A Ddfx_unwind_remote.cpp166 Printer::PrintThreadHeaderByConfig(process->keyThread_, true); in UnwindKeyThread()
191 Printer::PrintThreadHeaderByConfig(thread, false); in UnwindOtherThread()
H A Dprinter.cpp169 void Printer::PrintThreadHeaderByConfig(std::shared_ptr<DfxThread> thread, bool isKeyThread) in PrintThreadHeaderByConfig() function in OHOS::HiviewDFX::Printer