Searched refs:DTRACE (Results 1 – 6 of 6) sorted by relevance
42 find_program(DTRACE dtrace)43 if(DTRACE)
133 DTRACE ?= dtrace1266 $(E) "[DTRACE] Compiling $<"
52 DTRACE= @DTRACE@924 $(DTRACE) $(DFLAGS) -o $@ -h -s $<930 $(DTRACE) $(DFLAGS) -o $@ -G -s $< $(DTRACE_DEPS)
11352 DTRACE=11366 case $DTRACE in11368 ac_cv_path_DTRACE="$DTRACE" # Let the user override the test with a path.11390 DTRACE=$ac_cv_path_DTRACE11391 if test -n "$DTRACE"; then11392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DTRACE" >&511393 $as_echo "$DTRACE" >&6; }11400 if test "$DTRACE" = "not found"; then11419 "$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \
3465 AC_SUBST(DTRACE) subst3469 DTRACE=3476 AC_PATH_PROG(DTRACE, [dtrace], [not found])3477 if test "$DTRACE" = "not found"; then3491 "$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \
242 DTRACE ?= dtrace macro