Home
last modified time | relevance | path

Searched refs:AppendBuf (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp64 DfxRingBufferWrapper::GetInstance().AppendBuf("Pid:%d\n", process->processInfo_.pid); in PrintDumpHeader()
65 DfxRingBufferWrapper::GetInstance().AppendBuf("Uid:%d\n", process->processInfo_.uid); in PrintDumpHeader()
66 DfxRingBufferWrapper::GetInstance().AppendBuf("Process name:%s\n", process->processInfo_.processName.c_str()); in PrintDumpHeader()
68 DfxRingBufferWrapper::GetInstance().AppendBuf("Process life time:%s\n", in PrintDumpHeader()
77 DfxRingBufferWrapper::GetInstance().AppendBuf("LastFatalMessage:%s\n", msg.c_str()); in PrintDumpHeader()
83 DfxRingBufferWrapper::GetInstance().AppendBuf("TraceId:%llx\n", in PrintDumpHeader()
183 DfxRingBufferWrapper::GetInstance().AppendBuf("Tid:%d, Name:%s\n",\ in PrintThreadHeaderByConfig()
H A Ddfx_ring_buffer_wrapper.h46 int AppendBuf(const char *format, ...);
H A Ddfx_fault_stack.cpp151 DfxRingBufferWrapper::GetInstance().AppendBuf("%s:" PRINT_FORMAT " " PRINT_FORMAT "\n", in PrintMemoryBlock()
156 DfxRingBufferWrapper::GetInstance().AppendBuf(" " PRINT_FORMAT " " PRINT_FORMAT "\n", in PrintMemoryBlock()
269 DfxRingBufferWrapper::GetInstance().AppendBuf(" " PRINT_FORMAT " " PRINT_FORMAT "\n", in PrintRegisterMemory()
H A Ddfx_ring_buffer_wrapper.cpp79 int DfxRingBufferWrapper::AppendBuf(const char *format, ...) in AppendBuf() function in OHOS::HiviewDFX::DfxRingBufferWrapper

Completed in 3 milliseconds