summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-11-17 18:05:58 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-11-21 09:16:56 -0600
commit371c338ecae44bb28cc19138484256b1df831e99 (patch)
treec99851402afd4a2b9795451135e0dd6e5eb65cb0 /configure
parent39deb1e496de81957167daebf5cf5d1fbd5e47c2 (diff)
downloadqemu-371c338ecae44bb28cc19138484256b1df831e99.tar.gz
Revert "Add support for generating a systemtap tapset static probes"
This reverts commit 2834c3e0140c3b0ed4422909dfa0607b7213d95d. Conflicts: Makefile.target
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure b/configure
index e560f878a3..f8dad3eb00 100755
--- a/configure
+++ b/configure
@@ -2192,10 +2192,6 @@ EOF
echo
exit 1
fi
- trace_backend_stap="no"
- if has 'stap' ; then
- trace_backend_stap="yes"
- fi
fi
##########################################
@@ -2649,9 +2645,6 @@ fi
if test "$trace_backend" = "simple"; then
trace_file="\"$trace_file-%u\""
fi
-if test "$trace_backend" = "dtrace" -a "$trace_backend_stap" = "yes" ; then
- echo "CONFIG_SYSTEMTAP_TRACE=y" >> $config_host_mak
-fi
echo "CONFIG_TRACE_FILE=$trace_file" >> $config_host_mak
echo "TOOLS=$tools" >> $config_host_mak