Lines Matching refs:dtrace
1362 dtrace=''
8117 $test -x /usr/bin/dtrace && dflt_dtrace='/usr/bin/dtrace'
8157 rp='Where is the dtrace executable?'
8177 *** Your installed dtrace doesn't support the -h switch to compile a D
8190 *** $me: Fatal Error: $dtrace not found.
21378 $dtrace -h -xnolibs -s ../perldtrace.d -o perldtrace.h
21381 if $dtrace -h -xnolibs -s ../perldtrace.d -o perldtrace.h 2>&1 ; then
21383 echo "Your dtrace accepts -xnolibs"
21384 elif $dtrace -h -s ../perldtrace.d -o perldtrace.h 2>&1 ; then
21386 echo "Your dtrace doesn't accept -xnolibs"
21388 echo "Your dtrace doesn't work at all, try building without dtrace support" >&4
21394 $dtrace -h -s ../perldtrace.d -o perldtrace.h
21416 && $dtrace -G $xnolibs -s ../perldtrace.d try.o >/dev/null 2>&1; then
21418 echo "Your dtrace builds an object file"
25518 dtrace='$dtrace'