Searched refs:STRACE (Results 1 - 15 of 15) sorted by relevance

/external/strace/tests/
H A Drun.sh5 $STRACE -V > /dev/null ||
6 framework_failure_ "$STRACE is not available"
H A Duio.test14 $STRACE $args > $LOG 2>&1 || {
16 fail_ "$STRACE $args failed"
25 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
H A Dstrace-f.test10 $STRACE -f $time /bin/ls > $LOG 2>&1 ||
H A Dstrace-k.test17 $STRACE -h | grep '^-k' > /dev/null ||
21 $STRACE $args > $LOG 2>&1 || {
23 fail_ "$STRACE $args failed"
34 fail_ "unexpected output from $STRACE $args"
H A Dcount.test12 $STRACE $args > $LOG 2>&1 || {
14 fail_ "$STRACE $args failed"
22 fail_ "unexpected output from $STRACE $args"
H A Dscm_rights-fd.test20 $STRACE $args ||
21 fail_ "$STRACE $args failed"
36 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
H A Dsigaction.test13 $STRACE $args ||
H A Dptrace_setoptions.test15 $STRACE -df -enone / > /dev/null 2> $LOG
26 $STRACE -d -enone / > /dev/null 2> $LOG
H A Dqual_syscall.test10 $STRACE -e execve ls > /dev/null 2> $LOG &&
18 $STRACE -e trace=process ls > /dev/null 2> $LOG &&
H A Dstat.test18 $STRACE -edesc $truncate_cmd 2>&1 > /dev/null 2> $LOG &&
25 $STRACE -efile find -L sample > /dev/null 2> $LOG &&
29 $STRACE -efile find sample > /dev/null 2> $LOG &&
H A Dnet-fd.test21 $STRACE $args ||
H A Dnet.test16 $STRACE $args ||
H A Ddetach-running.test30 $STRACE -p $tracee_pid 2> $LOG &
H A Ddetach-sleeping.test31 $STRACE -p $tracee_pid 2> $LOG &
H A Ddetach-stopped.test33 $STRACE -p $tracee_pid 2> $LOG &

Completed in 292 milliseconds