Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/usercrash/
A Dcrash_dump.c31 static void loginfo(int fd, const char *fmt, ...) in loginfo() function
124 loginfo(fd, "\nBackTrace:\n\n"); in get_backtrace()
170 loginfo(fd, "\n%s:\n\n", name); in save_proc_info()
202 loginfo(fd, "\n%s:\n\n", name); in get_openfiles()
222 loginfo(fd, "%s -> %s\n", fdname, linkname); in get_openfiles()
235 loginfo(out_fd, "*** *** *** *** *** *** *** *** *** *** *** *** *** "); in save_usercrash_file()
236 loginfo(out_fd, "*** *** ***\n"); in save_usercrash_file()
237 loginfo(out_fd, "pid: %d, tgid: %d, comm: %s\n\n\n", pid, tgid, comm); in save_usercrash_file()
238 loginfo(out_fd, "signal: %d (%s)\n", sig, get_signame(sig)); in save_usercrash_file()

Completed in 6 milliseconds