D | tombstone.cpp | 252 static void dump_thread_info(log_t* log, pid_t pid, pid_t tid, const char* process_name, in dump_thread_info() argument 261 process_name); in dump_thread_info() 478 static void dump_thread(log_t* log, pid_t pid, pid_t tid, const std::string& process_name, in dump_thread() argument 485 dump_thread_info(log, pid, tid, process_name.c_str(), thread_name.c_str()); in dump_thread() 641 pid_t tid, const std::string& process_name, in dump_crash() argument 651 dump_thread(log, pid, tid, process_name, threads.find(tid)->second, map, abort_msg_address, true); in dump_crash() 661 dump_thread(log, pid, thread_tid, process_name, thread_name, map, 0, false); in dump_crash() 729 pid_t pid, pid_t tid, const std::string& process_name, in engrave_tombstone() argument 737 dump_crash(&log, map, open_files, pid, tid, process_name, threads, abort_msg_address); in engrave_tombstone() 752 char process_name[128]; in engrave_tombstone_ucontext() local [all …]
|