summaryrefslogtreecommitdiff
path: root/trace
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2014-01-14 16:52:55 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2014-01-27 15:49:39 +0100
commitb618c28831eda2531acc5c1feb9dbb3047d19391 (patch)
tree596739f9023c9134978223ed146660edc2f02e8b /trace
parent8a745f2a9296ad2cf6bda33534ed298f2625a4ad (diff)
downloadqemu-b618c28831eda2531acc5c1feb9dbb3047d19391.tar.gz
trace: [simple] Do not include "trace/simple.h" in generated tracer headers
The header is not necessary, given that the simple backend does not define any inlined tracing routines. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'trace')
-rw-r--r--trace/simple.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace/simple.c b/trace/simple.c
index 1e3f6914c5..410172ea6a 100644
--- a/trace/simple.c
+++ b/trace/simple.c
@@ -19,6 +19,7 @@
#include "qemu/timer.h"
#include "trace.h"
#include "trace/control.h"
+#include "trace/simple.h"
/** Trace file header event ID */
#define HEADER_EVENT_ID (~(uint64_t)0) /* avoids conflicting with TraceEventIDs */