mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 03:59:16 +00:00
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>
This commit is contained in:
parent
465830fbd9
commit
85d8bf2f36
@ -2,5 +2,6 @@
|
|||||||
#define TRACE_H
|
#define TRACE_H
|
||||||
|
|
||||||
#include "trace/generated-tracers.h"
|
#include "trace/generated-tracers.h"
|
||||||
|
#include "trace/generated-events.h"
|
||||||
|
|
||||||
#endif /* TRACE_H */
|
#endif /* TRACE_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user