summaryrefslogtreecommitdiff
path: root/trace/simple.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/simple.h')
-rw-r--r--trace/simple.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/trace/simple.h b/trace/simple.h
index 2ab96a8147..5260d9aa81 100644
--- a/trace/simple.h
+++ b/trace/simple.h
@@ -15,12 +15,8 @@
#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);