Searched refs:LOG_BUF_LEN (Results 1 – 12 of 12) sorted by relevance
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_signal.cpp | 75 char buf[LOG_BUF_LEN] = {0}; in PrintSignal() 83 ret = memset_s(buf, LOG_BUF_LEN, '\0', LOG_BUF_LEN); in PrintSignal() 99 ret = memset_s(buf, LOG_BUF_LEN, '\0', LOG_BUF_LEN); in PrintSignal()
|
D | dfx_symbols_cache.cpp | 48 char buf[LOG_BUF_LEN] { 0 }; in GetNameAndOffsetByPc() 50 if (unw_get_symbol_info_by_pc(as, pc, LOG_BUF_LEN, buf, &symbol.start, &symbol.end) != 0) { in GetNameAndOffsetByPc() 54 if (strlen(buf) >= LOG_BUF_LEN - 1) { in GetNameAndOffsetByPc()
|
D | dfx_logger.cpp | 68 if (length >= LOG_BUF_LEN) { in DfxLogToSocket()
|
D | dfx_ring_buffer_wrapper.cpp | 83 char buf[LOG_BUF_LEN] = {0}; in AppendBuf()
|
D | dfx_frame.cpp | 186 char buf[LOG_BUF_LEN] = {0}; in PrintFrame()
|
D | dfx_maps.cpp | 192 char buf[LOG_BUF_LEN] = {0}; in PrintMap()
|
D | dfx_unwind_remote.cpp | 273 char buf[LOG_BUF_LEN] = {0}; in UnwindThread()
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.cpp | 35 static const int LOG_BUF_LEN = 1024; variable 81 char buf[LOG_BUF_LEN] = {0}; in DfxLog()
|
/base/hiviewdfx/faultloggerd/common/ |
D | dfx_define.h | 78 static const int LOG_BUF_LEN = 1024; variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client/ |
D | faultloggerd_client.cpp | 265 if (length >= LOG_BUF_LEN) { in RequestPrintTHilog()
|
/base/hiviewdfx/faultloggerd/services/ |
D | fault_logger_daemon.cpp | 200 char buf[LOG_BUF_LEN] = {0}; in HandlePrintTHilogClientRequest()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 454 char buffer[LOG_BUF_LEN]; in DoReadBuf()
|