HomeSort by relevance Sort by last modified time
    Searched refs:strace (Results 1 - 21 of 21) sorted by null

  /external/strace/qemu_multiarch_testing/hdc.dir/
init2 6 cd strace &&
10 size strace
11 ./strace
12 # strace may segfault, let's see exit code
14 ./strace /bin/true
16 ftpput -P "$FTP_PORT" "$FTP_SERVER" strace
  /external/strace/test/
Android.mk 19 define declare-strace-test-target
24 LOCAL_MODULE := strace-$(basename $(1))-test
25 LOCAL_MODULE_STEM_32 := strace-$(basename $(1))32-test
26 LOCAL_MODULE_STEM_64 := strace-$(basename $(1))64-test
51 $(foreach file, $(src_files), $(eval $(call declare-strace-test-target,$(file))))
54 # strace will report "exit with 0" at the end of the programs. Some tests
61 # adb sync is requreired before running "mm run-strace-tests".
63 # (strace-log-*)
82 run-strace-%-test: TEST_TMP_DIR := /data/local/tmp
83 run-strace-%-test
    [all...]
  /external/strace/
make-dist 7 distdir=strace-dist-$$
26 mv -f strace-*.tar.xz ..
Android.mk 23 # git remote add strace git://git.code.sf.net/p/strace/code
24 # git fetch strace
25 # git merge strace/master
27 # # (Make any necessary Android.mk changes and test the new strace.)
40 strace_version := $(shell grep Version $(LOCAL_PATH)/strace.spec | cut -d " " -f 2)
71 strace.c \
142 -DPACKAGE_NAME='"strace"' \
184 LOCAL_MODULE := strace
200 cd external/strace; ./linux/ioctlent.sh ../../bionic/libc/kernel/uapi
    [all...]
strace-log-merge 11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
32 # Some strace logs have last line which is not '\n' terminated,
42 echo >&2 "${0##*/}: $logfile: strace output not found"
strace.spec 2 Name: strace
7 URL: http://sourceforge.net/projects/strace/
8 Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
16 The strace program intercepts and records the system calls called and
17 received by a running process. Strace can print a record of each
18 system call, its arguments and its return value. Strace is useful for
22 Install strace if you need a tool to track the system calls made and
31 The strace program intercepts and records the system calls called and
32 received by a running process. Strace can print a record of each
33 system call, its arguments and its return value. Strace is useful fo
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/
dumpheap_native_parser.py 71 strace = stacktrace.Stacktrace()
77 strace.Add(stack_frame)
78 nativeheap.Add(native_heap.Allocation(alloc_size, alloc_count, strace))
  /external/strace/tests/
scm_rights-fd.test 7 # strace -y is implemented using /proc/$pid/fd
20 $STRACE $args ||
21 fail_ "$STRACE $args failed"
23 "$srcdir"/../strace-log-merge $LOG > $LOG || {
25 fail_ 'strace-log-merge failed'
36 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
net-fd.test 7 # strace -y is implemented using /proc/self/fd
21 $STRACE $args ||
22 fail_ "strace $args failed"
24 "$srcdir"/../strace-log-merge $LOG > $LOG || {
26 fail_ 'strace-log-merge failed'
38 fail_ "strace -enetwork failed to trace \"$syscall\" properly"
net.test 16 $STRACE $args ||
17 fail_ "strace $args failed"
19 "$srcdir"/../strace-log-merge $LOG > $LOG || {
21 fail_ 'strace-log-merge failed'
33 fail_ "strace -enetwork failed to trace \"$syscall\" properly"
  /external/strace/debian/
rules 71 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \
72 cp strace.1 strace64.1 ) || true
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 591 strace = '<dl>'
597 strace += '<dd title="%s">%s</dd><dt>%s</dt>' % (
601 strace += '</dl>'
607 {'v': strace, 'f': None},
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /external/chromium_org/build/
install-chroot.sh 642 strace
  /external/chromium_org/v8/tools/
profile.js 87 * during stack strace processing, specifies a position of the frame
  /external/libunwind/aux/
ltmain.sh 241 *db | *dbx | *strace | *truss)
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh 618 *db | *dbx | *strace | *truss)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 612 *db | *dbx | *strace | *truss)
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 935 *db | *dbx | *strace | *truss)
    [all...]
ltmain.sh 583 *db | *dbx | *strace | *truss)
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 257 milliseconds