projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
465830f
)
trace: [tcg] Include event definitions in "trace.h"
author
Lluís Vilanova
<vilanova@ac.upc.edu>
Fri, 30 May 2014 12:12:19 +0000
(14:12 +0200)
committer
Stefan Hajnoczi
<stefanha@redhat.com>
Tue, 12 Aug 2014 13:26:12 +0000
(14:26 +0100)
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>
include/trace.h
patch
|
blob
|
history
diff --git
a/include/trace.h
b/include/trace.h
index c15f4981280f9d16da67b52cc207a9dbec063246..44a1f1f8c7834b033d09eeaa5e8adc0e024c2da5 100644
(file)
--- 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 */