Lines Matching defs:log
78 static void dump_header_info(log_t* log) { in dump_header_info()
118 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps, in dump_probable_cause()
153 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info()
181 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info()
209 static void dump_abort_message(log_t* log, unwindstack::Memory* process_memory, uint64_t address) { in dump_abort_message()
238 static void dump_all_maps(log_t* log, unwindstack::Unwinder* unwinder, uint64_t addr) { in dump_all_maps()
315 static void print_register_row(log_t* log, in print_register_row()
327 void dump_registers(log_t* log, unwindstack::Regs* regs) { in dump_registers()
366 void dump_memory_and_code(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_memory_and_code()
380 static bool dump_thread(log_t* log, unwindstack::Unwinder* unwinder, const ThreadInfo& thread_info, in dump_thread()
459 static void dump_log_file(log_t* log, pid_t pid, const char* filename, unsigned int tail) { in dump_log_file()
552 static void dump_logs(log_t* log, pid_t pid, unsigned int tail) { in dump_logs()
568 log_t log; in engrave_tombstone_ucontext() local
624 log_t log; in engrave_tombstone() local