HomeSort by relevance Sort by last modified time
    Searched full:tfd (Results 1 - 15 of 15) sorted by null

  /system/core/debuggerd/arm/
machine.c 51 extern int unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map,
62 static void show_nearby_maps(int tfd, int pid, mapinfo *map)
68 _LOG(tfd, false, "cannot get siginfo for %d: %s\n",
80 _LOG(tfd, false, "\nmemory map around addr %08x:\n", si.si_addr);
110 _LOG(tfd, false, "%08x-%08x %s\n", next->start, next->end, next->name);
112 _LOG(tfd, false, "(no map below)\n");
115 _LOG(tfd, false, "%08x-%08x %s\n", map->start, map->end, map->name);
117 _LOG(tfd, false, "(no map for address)\n");
120 _LOG(tfd, false, "%08x-%08x %s\n", prev->start, prev->end, prev->name);
122 _LOG(tfd, false, "(no map above)\n")
    [all...]
unwind.c 387 int tfd,
462 _LOG(tfd, only_in_tombstone,
466 _LOG(tfd, only_in_tombstone,
478 int unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map,
496 _LOG(tfd, "r[%d] = 0x%x\n", i, saved_vrs.core.r[i]);
511 log_function ((_Unwind_Context *) &saved_vrs, pid, tfd, stack_level,
526 _LOG(tfd, 1,
530 _LOG(tfd, 1, "PC=%#x SP=%#x\n",
545 if (log_function ((_Unwind_Context *) &saved_vrs, pid, tfd, stack_level,
  /system/core/debuggerd/
debuggerd.h 26 extern int unwind_backtrace_with_ptrace(int tfd, pid_t pid, mapinfo *map,
31 extern void dump_registers(int tfd, int pid, bool at_fault);
33 extern int unwind_backtrace_with_ptrace_x86(int tfd, pid_t pid, mapinfo *map, bool at_fault);
35 void dump_pc_and_lr(int tfd, int pid, mapinfo *map, int unwound_level, bool at_fault);
37 void dump_stack_and_code(int tfd, int pid, mapinfo *map,
debuggerd.c 46 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...)
50 void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...)
57 if (tfd >= 0) {
61 if(tfd >= 0) write(tfd, buf, len);
107 void dump_build_info(int tfd)
113 _LOG(tfd, false, "Build fingerprint: '%s'\n", fingerprint);
173 void dump_fault_addr(int tfd, int pid, int sig)
179 _LOG(tfd, false, "cannot get siginfo: %s\n", strerror(errno));
181 _LOG(tfd, false, "signal %d (%s), code %d (%s), fault addr %08x\n"
    [all...]
utility.h 58 extern void _LOG(int tfd, bool in_tombstone_only, const char *fmt, ...);
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 141 long waittmr(int tfd, int timeo)
146 pfd.fd = tfd;
159 if (read(tfd, &ticks, sizeof(ticks)) != sizeof(ticks))
170 int i, tfd; local
193 if ((tfd = timerfd_create(clks[i].id, 0)) == -1)
199 if (timerfd_settime(tfd, 0, &tmr, NULL))
206 ticks = waittmr(tfd, -1);
219 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL))
226 ticks = waittmr(tfd, -1);
238 if (timerfd_settime(tfd, TFD_TIMER_ABSTIME, &tmr, NULL)
    [all...]
  /system/core/debuggerd/x86/
unwind.c 7 int unwind_backtrace_with_ptrace_x86(int tfd, pid_t pid, mapinfo *map,
34 _LOG(tfd, !at_fault, " #%02d eip: %08x %s (%s)\n",
37 _LOG(tfd, !at_fault, " #%02d eip: %08x %s\n",
51 _LOG(tfd, !at_fault, "stack: \n");
63 _LOG(tfd, !at_fault, " #%02d %08x %08x %s (%s)\n",
66 _LOG(tfd, !at_fault, " #%02d %08x %08x %s\n",
73 _LOG(tfd, !at_fault, " ...... ...... \n");
machine.c 39 void dump_registers(int tfd, int pid, bool at_fault)
45 _LOG(tfd, only_in_tombstone,
52 _LOG(tfd, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
54 _LOG(tfd, only_in_tombstone, " esi %08x edi %08x\n",
56 _LOG(tfd, only_in_tombstone, " xcs %08x xds %08x xes %08x xfs %08x xss %08x\n",
58 _LOG(tfd, only_in_tombstone,
  /hardware/ti/omap4xxx/
mapinfo.c 13 _LOG(tfd, (sp_depth > 2) || only_in_tombstone,
  /external/mksh/src/
main.c 842 int tfd; local
853 tfd = 3;
856 if ((tfd = open("/dev/tty", O_RDWR, 0)) < 0) {
863 if (tfd < 0) {
866 tfd = 0;
868 tfd = 2;
876 if ((tty_fd = fcntl(tfd, F_DUPFD, FDBASE)) < 0) {
890 close(tfd);
    [all...]
  /system/bluetooth/tools/
pipetest.c 65 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
asocket_test.c 310 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
socktest.c 324 printf("\tfd %d ", ufds[i].fd); print_events(ufds[i].revents);
  /external/chromium/net/tools/flip_server/
epoll_server.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 398 milliseconds