]> git.proxmox.com Git - qemu.git/blobdiff - trace/simple.h
rng-egd: remove redundant free
[qemu.git] / trace / simple.h
index 2ab96a81479d5148d0b37daa112d5d191cfee2e6..5260d9aa813f10d606a0b4e4ea56601dc81890e9 100644 (file)
 #include <stdbool.h>
 #include <stdio.h>
 
-typedef uint64_t TraceEventID;
+#include "trace/generated-events.h"
 
-typedef struct {
-    const char *tp_name;
-    bool state;
-} TraceEvent;
 
 void st_print_trace_file_status(FILE *stream, fprintf_function stream_printf);
 void st_set_trace_file_enabled(bool enable);