diff options
Diffstat (limited to 'trace/control.c')
-rw-r--r-- | trace/control.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace/control.c b/trace/control.c index 995beb384c..95fbc07c3c 100644 --- a/trace/control.c +++ b/trace/control.c @@ -16,6 +16,8 @@ #endif #include "qemu/error-report.h" +int trace_events_enabled_count; + TraceEvent *trace_event_name(const char *name) { assert(name != NULL); |