Searched refs:log_t (Results 1 – 12 of 12) sorted by relevance
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 31 struct log_t { struct 43 log_t() in log_t() argument 74 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4))); 75 void _VLOG(log_t* log, logtype ltype, const char* fmt, va_list ap); 82 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix); 84 void dump_memory(log_t* log, unwindstack::Memory* backtrace, uint64_t addr, const std::string&);
|
D | gwp_asan.h | 54 void DumpCause(log_t* log) const; 62 void DumpDeallocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const; 70 void DumpAllocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const;
|
D | scudo.h | 34 void DumpCause(log_t* log, unwindstack::Unwinder* unwinder) const; 40 void DumpReport(const scudo_error_report* report, log_t* log,
|
D | open_files_list.h | 44 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix);
|
/system/core/debuggerd/libdebuggerd/ |
D | backtrace.cpp | 44 static void dump_process_header(log_t* log, pid_t pid, const char* process_name) { in dump_process_header() 53 static void dump_process_footer(log_t* log, pid_t pid) { in dump_process_footer() 59 log_t log; in dump_backtrace_thread() 77 log_t log; in dump_backtrace() 100 log_t log; in dump_backtrace_header() 109 log_t log; in dump_backtrace_footer()
|
D | tombstone.cpp | 75 static void dump_header_info(log_t* log) { in dump_header_info() 115 static void dump_probable_cause(log_t* log, const siginfo_t* si, unwindstack::Maps* maps, in dump_probable_cause() 150 static void dump_signal_info(log_t* log, const ThreadInfo& thread_info, in dump_signal_info() 176 static void dump_thread_info(log_t* log, const ThreadInfo& thread_info) { in dump_thread_info() 201 static void dump_abort_message(log_t* log, unwindstack::Memory* process_memory, uint64_t address) { in dump_abort_message() 230 static void dump_all_maps(log_t* log, unwindstack::Unwinder* unwinder, uint64_t addr) { in dump_all_maps() 307 static void print_register_row(log_t* log, in print_register_row() 319 void dump_registers(log_t* log, unwindstack::Regs* regs) { in dump_registers() 358 void dump_memory_and_code(log_t* log, unwindstack::Maps* maps, unwindstack::Memory* memory, in dump_memory_and_code() 372 static bool dump_thread(log_t* log, unwindstack::Unwinder* unwinder, const ThreadInfo& thread_info, in dump_thread() [all …]
|
D | gwp_asan.cpp | 101 void GwpAsanCrashData::DumpCause(log_t* log) const { in DumpCause() 170 void GwpAsanCrashData::DumpDeallocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const { in DumpDeallocationTrace() 197 void GwpAsanCrashData::DumpAllocationTrace(log_t* log, unwindstack::Unwinder* unwinder) const { in DumpAllocationTrace()
|
D | utility.cpp | 71 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() 79 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG() 131 void dump_memory(log_t* log, unwindstack::Memory* memory, uint64_t addr, const std::string& label) { in dump_memory() 437 void log_backtrace(log_t* log, unwindstack::Unwinder* unwinder, const char* prefix) { in log_backtrace()
|
D | scudo.cpp | 79 void ScudoCrashData::DumpCause(log_t* log, unwindstack::Unwinder* unwinder) const { in DumpCause() 93 void ScudoCrashData::DumpReport(const scudo_error_report* report, log_t* log, in DumpReport()
|
D | open_files_list.cpp | 121 void dump_open_files_list(log_t* log, const OpenFilesList& files, const char* prefix) { in dump_open_files_list()
|
/system/core/debuggerd/libdebuggerd/test/ |
D | tombstone_test.cpp | 81 log_t log_;
|
D | dump_memory_test.cpp | 197 log_t log_;
|