HomeSort by relevance Sort by last modified time
    Searched full:strace (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/strace/
HACKING-scripts 1 Each strace port relies heavily on port-specific headers:
54 name. It has no way of knowing the number of arguments or strace flags for
strace-graph 3 # This script processes strace -f output. It displays a graph of invoked
6 # You will probably want to invoke strace with -q as well, and with
9 # The script can also handle the output with strace -t, -tt, or -ttt.
38 # Scales for strace slowdown. Make configurable!
strace.c 64 # warning "tkill(2) not available, risk of strace hangs!"
107 * With this option, strace forks twice.
111 * attaches to grandparent similarly to strace -p PID.
114 * wait() etc. Without -D, strace process gets lodged in between,
134 /* Are we "strace PROG" and need to skip detach on first execve? */
136 /* Are we "strace PROG" and need to hide everything until execve? */
200 usage: strace [-CdffhiqrtttTvVxxy] [-I n] [-e expr]...\n\
203 or: strace -c[df] [-I n] [-e expr]... [-O overhead] [-S sortby]\n\
229 (useful to make 'strace -o FILE PROG' not stop on ^Z)\n\
438 * When strace is setuid executable, we have to swap uid
    [all...]
configure.ac 3 AC_INIT([strace],
5 [strace-devel@lists.sourceforge.net])
6 AC_CONFIG_SRCDIR([strace.c])
140 AC_MSG_ERROR([architecture $host_cpu is not supported by strace])
wait.c 105 * in strace. We have to use int here, not long.
defs.h 170 * It results in strace using about 5% less CPU in user space
172 * But strace spends a lot of time in kernel space,
592 /* Strace log generation machinery.
605 * strace -oLOG -f[f] test/threaded_execve
606 * strace -oLOG -f[f] test/sigkill_rain
607 * strace -oLOG -f[f] -p "`pidof web_browser`"
aio.c 123 //FIXME: decoding of 32-bit call by 64-bit strace
signal.c 336 * be manipulated by strace. In order to prevent the
601 * be manipulated by strace. In order to prevent the
  /external/strace/tests/
mmsg.c 50 * Following open/dup2/close calls make the output of strace
scm_rights-fd.test 7 # strace -y is implemented using /proc/$pid/fd
  /external/valgrind/drd/tests/
fp_race.c 59 * obtained for each printf() call with strace.
sem_as_mutex.c 60 * obtained for each printf() call with strace.
sem_open.c 73 * obtained for each printf() call with strace.
  /bionic/libc/bionic/
open.cpp 40 return flags; // No need, and aarch64's strace gets confused.
libc_init_common.cpp 129 // it's safe for us to use those file descriptors. We probably can't strace either, so
ndk_cruft.cpp 60 // TODO: remove this backward compatibility hack (for jb-mr1 strace binaries).
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.h 64 // Mimicking how strace does this(see syscall.c, search for GETREGS)
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-trace.txt 6 perf-trace - strace inspired tool
  /system/vold/bench/
benchgen.py 18 Generates storage benchmark from captured strace output.
23 $ adb shell strace -p `pid zygote` -o /data/local/tmp/trace -f -ff -y -ttt -e trace=file,desc,munmap
  /external/valgrind/coregrind/m_scheduler/
sema.c 49 it easier to make sense of strace/truss output - makes it possible
  /external/libvncserver/x11vnc/misc/
Xdummy 42 strace=""
286 -strace strace(1) the Xserver process (for troubleshooting.)
287 -ltrace ltrace(1) instead of strace (can be slow.)
492 "-strace") strace=1
494 "-ltrace") strace=2
1348 if [ $strace ]; then
1349 if [ "X$strace" = "X2" ]; the
    [all...]
  /development/scripts/
gdbclient 155 # TODO: check if tracing process is gdbserver and not some random strace...
  /external/ltrace/
TODO 81 Ideally we would do what strace does, e.g.:
  /external/vogar/src/vogar/
Vogar.java 256 System.out.println(" --mode device --invoke-with \"strace -f -o/sdcard/strace.txt\"");
  /bionic/
README.md 155 and have the right declaration in the header file. (And strace(1) can

Completed in 1804 milliseconds

1 23 4