Home | History | Annotate | Download | only in cpython3

Lines Matching refs:dtrace

651 DTRACE
1550 --with(out)-dtrace disable/enable DTrace support
11334 # Check for DTrace support
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --with-dtrace" >&5
11336 $as_echo_n "checking for --with-dtrace... " >&6; }
11338 # Check whether --with-dtrace was given.
11352 DTRACE=
11359 # Extract the first word of "dtrace", so it can be a program name with args.
11360 set dummy dtrace; ac_word=$2
11366 case $DTRACE in
11368 ac_cv_path_DTRACE="$DTRACE" # Let the user override the test with a path.
11390 DTRACE=$ac_cv_path_DTRACE
11391 if test -n "$DTRACE"; then
11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTRACE" >&5
11393 $as_echo "$DTRACE" >&6; }
11400 if test "$DTRACE" = "not found"; then
11401 as_fn_error $? "dtrace command not found on \$PATH" "$LINENO" 5
11408 # On OS X, DTrace providers do not need to be explicitly compiled and
11409 # linked into the binary. Correspondingly, dtrace(1) is missing the ELF
11412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether DTrace probes require linking" >&5
11413 $as_echo_n "checking whether DTrace probes require linking... " >&6; }
11419 "$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \