qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 14/18] trace: [tcg] Include event definitions in "tra


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PULL 14/18] trace: [tcg] Include event definitions in "trace.h"
Date: Tue, 12 Aug 2014 14:37:51 +0100

From: Lluís Vilanova <address@hidden>

Otherwise the user has to explicitly include an auto-generated header.

Signed-off-by: Lluís Vilanova <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 include/trace.h | 1 +
 1 file changed, 1 insertion(+)

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 */
-- 
1.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]