From: Lluís Vilanova Date: Fri, 30 May 2014 12:12:19 +0000 (+0200) Subject: trace: [tcg] Include event definitions in "trace.h" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=85d8bf2f36ae28b8d4b04f473886ce7f725a8b21;p=qemu.git 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 Signed-off-by: Stefan Hajnoczi --- diff --git a/include/trace.h b/include/trace.h index c15f498128..44a1f1f8c7 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 */