Searched refs:WriteKernelStackToFd (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/include/ |
H A D | log_catcher_utils.h | 26 int WriteKernelStackToFd(int originFd, const std::string& msg, int pid);
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/ |
H A D | log_catcher_utils.cpp | 81 int WriteKernelStackToFd(int originFd, const std::string& msg, int pid) in WriteKernelStackToFd() function 135 WriteKernelStackToFd(fd, ret, pid); in DumpStacktrace()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
H A D | event_logger_catcher_test.cpp | 680 ret = LogCatcherUtils::WriteKernelStackToFd(2, "Test", -1); 682 ret = LogCatcherUtils::WriteKernelStackToFd(200, "Test\n", getprocpid()); 684 ret = LogCatcherUtils::WriteKernelStackToFd(200, "Test\n", getprocpid());
|