/external/strace/tests/ |
strace-k-demangle.test | 2 # Check strace -k symbol names demangling. 6 . "${srcdir=.}"/strace-k.test
|
strace-V.test | 62 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
init.sh | 4 # Copyright (c) 2011-2018 The strace developers. 94 $STRACE -o "$LOG" "$@" || 95 dump_log_and_fail_with "$STRACE $args failed with code $?" 102 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" || 103 dump_log_and_fail_with 'strace-log-merge failed with code $?' 136 error="$STRACE $args output mismatch" 166 error="$STRACE $args output mismatch" 196 error="$STRACE $args output mismatch" 324 # Run strace against list of programs put in "$NAME.in" and then against the 368 [ -n "${STRACE-}" ] || [all...] |
options-syntax.test | 3 # Check strace options syntax. 6 # Copyright (c) 2016-2018 The strace developers. 97 'zeroargc strace failed to handle the error properly' 104 strace: must have PROG [ARGS] or -p PID 105 Try 'strace -h' for more information. 108 "zeroargc $STRACE $args output mismatch" 134 $STRACE $args 2> "$LOG" && 136 "strace $args failed to handle the error properly" 150 "strace $args failed to print expected diagnostics"
|
/external/strace/tests-m32/ |
strace-k-demangle.test | 2 # Check strace -k symbol names demangling. 6 . "${srcdir=.}"/strace-k.test
|
strace-V.test | 62 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
init.sh | 4 # Copyright (c) 2011-2018 The strace developers. 94 $STRACE -o "$LOG" "$@" || 95 dump_log_and_fail_with "$STRACE $args failed with code $?" 102 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" || 103 dump_log_and_fail_with 'strace-log-merge failed with code $?' 136 error="$STRACE $args output mismatch" 166 error="$STRACE $args output mismatch" 196 error="$STRACE $args output mismatch" 324 # Run strace against list of programs put in "$NAME.in" and then against the 368 [ -n "${STRACE-}" ] || [all...] |
options-syntax.test | 3 # Check strace options syntax. 6 # Copyright (c) 2016-2018 The strace developers. 97 'zeroargc strace failed to handle the error properly' 104 strace: must have PROG [ARGS] or -p PID 105 Try 'strace -h' for more information. 108 "zeroargc $STRACE $args output mismatch" 134 $STRACE $args 2> "$LOG" && 136 "strace $args failed to handle the error properly" 150 "strace $args failed to print expected diagnostics"
|
/external/strace/tests-mx32/ |
strace-k-demangle.test | 2 # Check strace -k symbol names demangling. 6 . "${srcdir=.}"/strace-k.test
|
strace-V.test | 62 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
init.sh | 4 # Copyright (c) 2011-2018 The strace developers. 94 $STRACE -o "$LOG" "$@" || 95 dump_log_and_fail_with "$STRACE $args failed with code $?" 102 "$srcdir"/../strace-log-merge "$LOG" > "$LOG" || 103 dump_log_and_fail_with 'strace-log-merge failed with code $?' 136 error="$STRACE $args output mismatch" 166 error="$STRACE $args output mismatch" 196 error="$STRACE $args output mismatch" 324 # Run strace against list of programs put in "$NAME.in" and then against the 368 [ -n "${STRACE-}" ] || [all...] |
options-syntax.test | 3 # Check strace options syntax. 6 # Copyright (c) 2016-2018 The strace developers. 97 'zeroargc strace failed to handle the error properly' 104 strace: must have PROG [ARGS] or -p PID 105 Try 'strace -h' for more information. 108 "zeroargc $STRACE $args output mismatch" 134 $STRACE $args 2> "$LOG" && 136 "strace $args failed to handle the error properly" 150 "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-2018 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://strace.io/files/%{version}/strace-%{version}.tar.xz 16 # Install elfutils-devel or libdw-devel to enable strace -k option. 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 for 37 Install strace if you need a tool to track the system calls made and 44 echo -n 2018-07-07 > .strace.1.in.dat [all...] |
configure | 3 # Generated by GNU Autoconf 2.69 for strace 4.25. 5 # Report bugs to <strace-devel@lists.strace.io>. 14 # Copyright (c) 1999-2018 The strace developers. 272 $0: strace-devel@lists.strace.io about your system, 583 PACKAGE_NAME='strace' 584 PACKAGE_TARNAME='strace' 586 PACKAGE_STRING='strace 4.25' 587 PACKAGE_BUGREPORT='strace-devel@lists.strace.io [all...] |
/external/strace/debian/ |
rules | 52 $*/strace -V 84 test -f build64-stamp && ( mv build64/strace build64/strace64 ; \ 85 mv build64/strace.1 build64/strace64.1 ) || true
|
/external/syzkaller/tools/ |
create-image.sh | 14 sudo debootstrap --include=openssh-server,curl,tar,gcc,libc6-dev,time,strace,sudo,less,psmisc,selinux-utils,policycoreutils,checkpolicy,selinux-policy-default $RELEASE $DIR
|
/art/test/ |
run-test | 130 strace_output="strace-output.txt" 157 strace="false" 321 elif [ "x$1" = "x--strace" ]; then 322 strace="yes" 323 run_args="${run_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output" 787 echo " --strace Run with syscall tracing from strace." [all...] |
/external/grpc-grpc/tools/gce/ |
linux_kokoro_performance_worker_init.sh | 49 strace \
|
linux_performance_worker_init.sh | 49 strace \
|
/build/make/target/product/ |
base_system.mk | 365 strace \
|
/external/v8/tools/ |
profile.js | 89 * during stack strace processing, specifies a position of the frame
|
/external/libunwind/aux/ |
ltmain.sh | 241 *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...] |