Home
last modified time | relevance | path

Searched refs:DTRACE (Results 1 – 6 of 6) sorted by relevance

/external/clang/utils/perf-training/
DCMakeLists.txt42 find_program(DTRACE dtrace)
43 if(DTRACE)
/external/grpc-grpc/templates/
DMakefile.template133 DTRACE ?= dtrace
1266 $(E) "[DTRACE] Compiling $<"
/external/python/cpython3/
DMakefile.pre.in52 DTRACE= @DTRACE@
924 $(DTRACE) $(DFLAGS) -o $@ -h -s $<
930 $(DTRACE) $(DFLAGS) -o $@ -G -s $< $(DTRACE_DEPS)
Dconfigure11352 DTRACE=
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
11419 "$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \
Dconfigure.ac3465 AC_SUBST(DTRACE) subst
3469 DTRACE=
3476 AC_PATH_PROG(DTRACE, [dtrace], [not found])
3477 if test "$DTRACE" = "not found"; then
3491 "$DTRACE" -G -s conftest.d -o conftest.o > /dev/null 2>&1 && \
/external/grpc-grpc/
DMakefile242 DTRACE ?= dtrace macro