Searched refs:dump_backtrace (Results 1 - 4 of 4) sorted by relevance

/system/core/debuggerd/
H A Dbacktrace.h28 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed,
H A Ddebuggerd.c324 dump_backtrace(fd, -1,
487 static int do_explicit_dump(pid_t tid, bool dump_backtrace) { argument
490 if (dump_backtrace) {
520 bool dump_backtrace = false; local
525 dump_backtrace = true;
538 return do_explicit_dump(tid, dump_backtrace);
H A Dbacktrace.c116 void dump_backtrace(int fd, int amfd, pid_t pid, pid_t tid, bool* detach_failed, function
H A Dtombstone.c233 static void dump_backtrace(const ptrace_context_t* context __attribute((unused)),
355 dump_backtrace(context, log, tid, at_fault, backtrace, frames);

Completed in 269 milliseconds