Lines Matching refs:strace
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."
1030 if [ "$strace" = "yes" ]; then
1031 echo '#################### strace output'