/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/ |
H A D | ipc_unix_socket.cpp | 38 PLOG(ERROR, DPROF) << "setsockopt() failed"; in CreateUnixServerSocket() 44 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memset_s failed"; in CreateUnixServerSocket() 49 PLOG(ERROR, DPROF) << "CreateUnixServerSocket memcpy_s failed"; in CreateUnixServerSocket() 54 PLOG(ERROR, DPROF) << "bind() failed"; in CreateUnixServerSocket() 59 PLOG(ERROR, DPROF) << "listen() failed"; in CreateUnixServerSocket() 70 PLOG(ERROR, DPROF) << "socket() failed"; in CreateUnixClientSocket() 76 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memset_s failed"; in CreateUnixClientSocket() 81 PLOG(ERROR, DPROF) << "CreateUnixClientSocket memcpy_s failed"; in CreateUnixClientSocket() 86 PLOG(ERROR, DPROF) << "connect() failed"; in CreateUnixClientSocket() 101 PLOG(ERRO in SendAll() [all...] |
H A D | ipc_message.cpp | 25 PLOG(ERROR, DPROF) << "Cannot send message id"; in SendMessage() 31 PLOG(ERROR, DPROF) << "Cannot send data size"; in SendMessage() 36 PLOG(ERROR, DPROF) << "Cannot send message data, size=" << message.GetSize(); in SendMessage()
|
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/ |
H A D | storage.cpp | 113 PLOG(ERROR, DPROF) << "mkdir() failed"; in Create() 159 PLOG(FATAL, DPROF) << "closedir() failed"; in ForEachApps() 163 PLOG(FATAL, DPROF) << "opendir() failed, dir=" << storageDir_; in ForEachApps() 182 PLOG(ERROR, DPROF) << "stat() failed, path=" << path; in ForEachApps()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file.cpp | 279 PLOG(ERROR, PANDAFILE) << "Failed to copy buffer into mem'"; in OpenPandaFileFromMemory() 289 PLOG(DEBUG, PANDAFILE) << "Can't tag mmap anonymous, errno: " << errno; in OpenPandaFileFromMemory() 295 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from memory'"; in OpenPandaFileFromMemory() 305 PLOG(ERROR, PANDAFILE) << "OpenPandaFileFromSecureMemory buffer is nullptr'"; in OpenPandaFileFromSecureMemory() 310 PLOG(ERROR, PANDAFILE) << "Secure memory check failed, please execute in secure memory."; in OpenPandaFileFromSecureMemory() 317 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from secure memory'"; in OpenPandaFileFromSecureMemory() 529 PLOG(ERROR, PANDAFILE) << "Failed to open panda file '" << filename << "'"; in Open() 537 PLOG(ERROR, PANDAFILE) << "Failed to get size of panda file '" << filename << "'"; in Open() 550 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in Open() 567 PLOG(ERRO in OpenUncompressedArchive() [all...] |
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file.cpp | 286 PLOG(ERROR, PANDAFILE) << "Failed to copy buffer into mem'"; in OpenPandaFileFromMemory() 296 PLOG(ERROR, PANDAFILE) << "Can't tag mmap anonymous, errno: " << errno; in OpenPandaFileFromMemory() 302 PLOG(ERROR, PANDAFILE) << "Failed to open panda file from memory'"; in OpenPandaFileFromMemory() 468 PLOG(ERROR, PANDAFILE) << "Failed to open panda file '" << filename << "'"; in Open() 476 PLOG(ERROR, PANDAFILE) << "Failed to get size of panda file '" << filename << "'"; in Open() 488 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in Open() 506 PLOG(ERROR, PANDAFILE) << "OpenUncompressedArchive: Failed to open panda file '" << filename << "'"; in OpenUncompressedArchive() 519 PLOG(ERROR, PANDAFILE) << "Failed to map panda file '" << filename << "'"; in OpenUncompressedArchive()
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | file.h | 141 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 150 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/static_core/quickener/ |
H A D | quick.cpp | 97 PLOG(ERROR, QUICKENER) << "Cannot create file writer with path '" << output.GetValue() << "'"; in main() 102 PLOG(ERROR, QUICKENER) << "Cannot write panda file '" << output.GetValue() << "'"; in main()
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
H A D | trace.cpp | 51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
|
H A D | file.h | 193 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 202 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | file.h | 165 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 174 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
H A D | trace.cpp | 51 PLOG(ERROR, TRACE) << "Cannot open file: " << TRACE_MARKER_PATH; in DoInit()
|
H A D | file.h | 183 PLOG(ERROR, RUNTIME) << "Failed to reset the length"; in ClearData() 192 PLOG(ERROR, RUNTIME) << "Failed to reset the offset"; in ClearData()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | logger.h | 505 #define PLOG(level, component) _LOG_##level(component, true) macro 511 #define PLOG_IF(cond, level, component) (cond) && PLOG(level, component)
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | logger_test.cpp | 316 PLOG(ERROR, COMMON) << "a"; in TEST() 318 PLOG(INFO, COMPILER) << "b"; in TEST()
|
/arkcompiler/runtime_core/static_core/dprof/daemon/ |
H A D | main.cpp | 264 PLOG(FATAL, DPROF) << "accept() failed"; in Main()
|