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

1 2

  /external/strace/tests/
strace-k-demangle.test 2 # Check strace -k symbol names demangling.
7 . "${srcdir=.}"/strace-k.test
strace-V.test 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
init.sh 4 # Copyright (c) 2011-2017 The strace developers.
93 $STRACE -o "$LOG" "$@" ||
94 dump_log_and_fail_with "$STRACE $args failed with code $?"
101 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" ||
102 dump_log_and_fail_with 'strace-log-merge failed with code $?'
135 error="$STRACE $args output mismatch"
165 error="$STRACE $args output mismatch"
195 error="$STRACE $args output mismatch"
312 # Run strace against list of programs put in "$NAME.in" and then against the
356 [ -n "${STRACE-}" ] ||
    [all...]
options-syntax.test 3 # Check strace options syntax.
6 # Copyright (c) 2016-2018 The strace developers.
62 'zeroargc strace failed to handle the error properly'
69 strace: must have PROG [ARGS] or -p PID
70 Try 'strace -h' for more information.
73 "zeroargc $STRACE $args output mismatch"
101 $STRACE $args 2> "$LOG" &&
103 "strace $args failed to handle the error properly"
117 "strace $args failed to print expected diagnostics"
  /external/strace/tests-m32/
strace-k-demangle.test 2 # Check strace -k symbol names demangling.
7 . "${srcdir=.}"/strace-k.test
strace-V.test 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
init.sh 4 # Copyright (c) 2011-2017 The strace developers.
93 $STRACE -o "$LOG" "$@" ||
94 dump_log_and_fail_with "$STRACE $args failed with code $?"
101 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" ||
102 dump_log_and_fail_with 'strace-log-merge failed with code $?'
135 error="$STRACE $args output mismatch"
165 error="$STRACE $args output mismatch"
195 error="$STRACE $args output mismatch"
312 # Run strace against list of programs put in "$NAME.in" and then against the
356 [ -n "${STRACE-}" ] ||
    [all...]
options-syntax.test 3 # Check strace options syntax.
6 # Copyright (c) 2016-2018 The strace developers.
62 'zeroargc strace failed to handle the error properly'
69 strace: must have PROG [ARGS] or -p PID
70 Try 'strace -h' for more information.
73 "zeroargc $STRACE $args output mismatch"
101 $STRACE $args 2> "$LOG" &&
103 "strace $args failed to handle the error properly"
117 "strace $args failed to print expected diagnostics"
  /external/strace/tests-mx32/
strace-k-demangle.test 2 # Check strace -k symbol names demangling.
7 . "${srcdir=.}"/strace-k.test
strace-V.test 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
init.sh 4 # Copyright (c) 2011-2017 The strace developers.
93 $STRACE -o "$LOG" "$@" ||
94 dump_log_and_fail_with "$STRACE $args failed with code $?"
101 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" ||
102 dump_log_and_fail_with 'strace-log-merge failed with code $?'
135 error="$STRACE $args output mismatch"
165 error="$STRACE $args output mismatch"
195 error="$STRACE $args output mismatch"
312 # Run strace against list of programs put in "$NAME.in" and then against the
356 [ -n "${STRACE-}" ] ||
    [all...]
options-syntax.test 3 # Check strace options syntax.
6 # Copyright (c) 2016-2018 The strace developers.
62 'zeroargc strace failed to handle the error properly'
69 strace: must have PROG [ARGS] or -p PID
70 Try 'strace -h' for more information.
73 "zeroargc $STRACE $args output mismatch"
101 $STRACE $args 2> "$LOG" &&
103 "strace $args failed to handle the error properly"
117 "strace $args failed to print expected diagnostics"
  /external/strace/
strace-log-merge 3 # This script processes strace -ff -tt output. It merges the contents of all
6 # Copyright (c) 2012-2017 The strace developers.
38 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
62 # Some strace logs have last line which is not '\n' terminated,
72 echo >&2 "${0##*/}: $logfile: strace output not found"
strace.spec 2 Name: strace
7 URL: https://strace.io
8 Source: https://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
23 The strace program intercepts and records the system calls called and
24 received by a running process. Strace can print a record of each
25 system call, its arguments and its return value. Strace is useful for
29 Install strace if you need a tool to track the system calls made and
38 The strace program intercepts and records the system calls called and
39 received by a running process. Strace can print a record of each
40 system call, its arguments and its return value. Strace is useful fo
    [all...]
  /system/extras/ioshark/
collect-straces-ftraces.sh 3 # This function just re-writes the timestamp of the strace entries to be
8 strace=$1
10 egrep '\/system\/|\/data\/|\/vendor\/' $strace | egrep -v '\/sys\/devices\/system\/' > bar
16 # strace files
17 awk -v begin="$begin_time" '{ printf "%f strace ", $1 - begin; $1=""; print $0}' bar > $2
49 # strace file. The algorithm is to look for mmaps in the strace file,
62 # Get the pid from the strace filename (pid is the extension)
70 # If we have matching strace and ftrace files, then look for mmaps in
71 # the strace pluck the corresponding entries for the mmap (mmaped IO
    [all...]
compile-only.sh 3 # This function just re-writes the timestamp of the strace entries to be
8 strace=$1
10 egrep '\/system\/|\/data\/|\/vendor\/' $strace | egrep -v '\/sys\/devices\/system\/' > bar
16 # strace files
17 awk -v begin="$begin_time" '{ printf "%f strace ", $1 - begin; $1=""; print $0}' bar > $2
47 # strace file. The algorithm is to look for mmaps in the strace file,
60 # Get the pid from the strace filename (pid is the extension)
68 # If we have matching strace and ftrace files, then look for mmaps in
69 # the strace pluck the corresponding entries for the mmap (mmaped IO
    [all...]
collect-straces.sh 19 ps_line=`ps -ef | grep strace | grep adb `
48 # strace files
49 awk -v begin="$begin_time" '{ printf "%f strace ", $1 - begin; $1=""; print $0}' foo > bar
79 adb shell "date +%s > /data/local/tmp/trace.begin ; strace -p $pid1,$pid2 -o /data/local/tmp/trace -q -qq -f -ff -y -ttt -e trace=mmap2,read,write,pread64,pwrite64,fsync,fdatasync,openat,close,lseek,_llseek"
  /external/strace/debian/
rules 52 $*/strace -V
84 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \
85 cp strace.1 strace64.1 ) || true
  /build/make/target/product/
base.mk 173 strace
  /art/test/
run-test 130 strace_output="strace-output.txt"
157 strace="false"
318 elif [ "x$1" = "x--strace" ]; then
319 strace="yes"
320 run_args="${run_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output"
726 echo " --strace Run with syscall tracing from strace."
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 1092 if _, err := exec.LookPath("strace"); err != nil {
1093 t.Skip("skipping; strace not found in path")
1109 // strace on the above platforms doesn't support sendfile64
1114 // Attempt to run strace, and skip on failure - this test requires SYS_PTRACE.
1115 if err := exec.Command("strace", "-f", "-q", "-e", "trace="+syscalls, os.Args[0], "-test.run=^$").Run(); err != nil {
1116 t.Skipf("skipping; failed to run strace: %v", err)
1120 child := exec.Command("strace", "-f", "-q", "-e", "trace="+syscalls, os.Args[0], "-test.run=TestLinuxSendfileChild")
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 1092 if _, err := exec.LookPath("strace"); err != nil {
1093 t.Skip("skipping; strace not found in path")
1109 // strace on the above platforms doesn't support sendfile64
1114 // Attempt to run strace, and skip on failure - this test requires SYS_PTRACE.
1115 if err := exec.Command("strace", "-f", "-q", "-e", "trace="+syscalls, os.Args[0], "-test.run=^$").Run(); err != nil {
1116 t.Skipf("skipping; failed to run strace: %v", err)
1120 child := exec.Command("strace", "-f", "-q", "-e", "trace="+syscalls, os.Args[0], "-test.run=TestLinuxSendfileChild")
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
os_linux.go 146 * note: strace gets confused if we use CLONE_PTRACE here.
  /prebuilts/go/linux-x86/src/runtime/
os_linux.go 146 * note: strace gets confused if we use CLONE_PTRACE here.
  /external/v8/tools/
profile.js 88 * during stack strace processing, specifies a position of the frame

Completed in 766 milliseconds

1 2