Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dopen_stacktrace_catcher.cpp75 LogCatcherUtils::DumpStacktrace(fd, pid_); in Catch()
106 int ret = LogCatcherUtils::DumpStacktrace(newFd, pid_); in ForkAndDumpStackTrace()
107 HIVIEW_LOGD("LogCatcherUtils::DumpStacktrace ret %{public}d", ret); in ForkAndDumpStackTrace()
H A Dpeer_binder_catcher.cpp307 LogCatcherUtils::DumpStacktrace(fd, pid); in CatcherStacktrace()
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/include/
H A Dlog_catcher_utils.h24 int DumpStacktrace(int fd, int pid);
/base/hiviewdfx/hiview/adapter/plugins/eventlogger/log_catcher/impl/
H A Dlog_catcher_utils.cpp127 int DumpStacktrace(int fd, int pid) in DumpStacktrace() function
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp697 int ret = LogCatcherUtils::DumpStacktrace(-1, pid); in HWTEST_F()
699 LogCatcherUtils::DumpStacktrace(1, pid); in HWTEST_F()
700 LogCatcherUtils::DumpStacktrace(2, pid); in HWTEST_F()

Completed in 3 milliseconds