summaryrefslogtreecommitdiffstats
path: root/include/trace.h
diff options
context:
space:
mode:
authorLluís Vilanova <vilanova@ac.upc.edu>2014-05-30 14:12:19 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-08-12 14:26:12 +0100
commit85d8bf2f36ae28b8d4b04f473886ce7f725a8b21 (patch)
treed195f3dabeac55741b02e88753251d1947a2c2e4 /include/trace.h
parent465830fbd9be22995b34d7b3f8cd35572e1f8a36 (diff)
downloadhqemu-85d8bf2f36ae28b8d4b04f473886ce7f725a8b21.zip
hqemu-85d8bf2f36ae28b8d4b04f473886ce7f725a8b21.tar.gz
trace: [tcg] Include event definitions in "trace.h"
Otherwise the user has to explicitly include an auto-generated header. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/trace.h')
-rw-r--r--include/trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/trace.h b/include/trace.h
index c15f498..44a1f1f 100644
--- a/include/trace.h
+++ b/include/trace.h
@@ -2,5 +2,6 @@
#define TRACE_H
#include "trace/generated-tracers.h"
+#include "trace/generated-events.h"
#endif /* TRACE_H */
OpenPOWER on IntegriCloud