summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLluís2011-08-31 20:30:57 +0200
committerStefan Hajnoczi2011-09-01 11:34:53 +0200
commitedb47ec498a5c00607e8d428668d5141822a9eac (patch)
tree3e1e9edc6ddfae6e34c132f16ec04fe32eb5335d /scripts
parenttrace: [make] replace 'ifeq' with values in CONFIG_TRACE_* (diff)
downloadqemu-edb47ec498a5c00607e8d428668d5141822a9eac.tar.gz
qemu-edb47ec498a5c00607e8d428668d5141822a9eac.tar.xz
qemu-edb47ec498a5c00607e8d428668d5141822a9eac.zip
trace: move backend-specific code into the trace/ directory
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tracetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracetool b/scripts/tracetool
index 2155a57df2..9ed4fae70f 100755
--- a/scripts/tracetool
+++ b/scripts/tracetool
@@ -158,7 +158,7 @@ linetoc_end_nop()
linetoh_begin_simple()
{
cat <<EOF
-#include "simpletrace.h"
+#include "trace/simple.h"
EOF
simple_event_num=0