Home
last modified time | relevance | path

Searched refs:DumpStacktrace (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dopen_stacktrace_catcher.cpp71 LogCatcherUtils::DumpStacktrace(fd, pid_); in Catch()
102 int ret = LogCatcherUtils::DumpStacktrace(newFd, pid_); in ForkAndDumpStackTrace()
H A Dpeer_binder_catcher.cpp346 LogCatcherUtils::DumpStacktrace(fd, pid); in CatcherStacktrace()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/include/
H A Dlog_catcher_utils.h25 int DumpStacktrace(int fd, int pid);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp676 int ret = LogCatcherUtils::DumpStacktrace(-1, pid);
678 LogCatcherUtils::DumpStacktrace(1, pid);
679 LogCatcherUtils::DumpStacktrace(2, pid);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp119 int DumpStacktrace(int fd, int pid) in DumpStacktrace() function