]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/simple.h
Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
[mirror_qemu.git] / trace / simple.h
index 17ce47260f5cfbac49ce7326537c71ef1f03ae33..ee1983ce5617a9c8b09f66d8ca7d83ed3a155a57 100644 (file)
 #ifndef TRACE_SIMPLE_H
 #define TRACE_SIMPLE_H
 
-
-#include "trace/generated-events.h"
-
-
-void st_print_trace_file_status(FILE *stream, fprintf_function stream_printf);
-void st_set_trace_file_enabled(bool enable);
+void st_print_trace_file_status(void);
+bool st_set_trace_file_enabled(bool enable);
 void st_set_trace_file(const char *file);
 bool st_init(void);
+void st_init_group(size_t group);
 void st_flush_trace_buffer(void);
 
 typedef struct {