Searched refs:STRACE (Results 1 – 15 of 15) sorted by relevance
17 $STRACE -h | grep '^-k' > /dev/null ||21 $STRACE $args > $LOG 2>&1 || {23 fail_ "$STRACE $args failed"34 fail_ "unexpected output from $STRACE $args"
14 $STRACE $args > $LOG 2>&1 || {16 fail_ "$STRACE $args failed"25 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
12 $STRACE $args > $LOG 2>&1 || {14 fail_ "$STRACE $args failed"22 fail_ "unexpected output from $STRACE $args"
20 $STRACE $args ||21 fail_ "$STRACE $args failed"36 fail_ "$STRACE $args failed to trace \"$syscall\" properly"
18 $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 &&
5 $STRACE -V > /dev/null ||6 framework_failure_ "$STRACE is not available"
15 $STRACE -df -enone / > /dev/null 2> $LOG26 $STRACE -d -enone / > /dev/null 2> $LOG
10 $STRACE -e execve ls > /dev/null 2> $LOG &&18 $STRACE -e trace=process ls > /dev/null 2> $LOG &&
10 $STRACE -f $time /bin/ls > $LOG 2>&1 ||
13 $STRACE $args ||
16 $STRACE $args ||
21 $STRACE $args ||
31 $STRACE -p $tracee_pid 2> $LOG &
30 $STRACE -p $tracee_pid 2> $LOG &
33 $STRACE -p $tracee_pid 2> $LOG &