diff options
Diffstat (limited to 'simpletrace.h')
-rw-r--r-- | simpletrace.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simpletrace.h b/simpletrace.h index b0161d1ff4..cf3589774b 100644 --- a/simpletrace.h +++ b/simpletrace.h @@ -32,5 +32,9 @@ void trace6(TraceEventID event, uint64_t x1, uint64_t x2, uint64_t x3, uint64_t void st_print_trace(FILE *stream, int (*stream_printf)(FILE *stream, const char *fmt, ...)); void st_print_trace_events(FILE *stream, int (*stream_printf)(FILE *stream, const char *fmt, ...)); void st_change_trace_event_state(const char *tname, bool tstate); +void st_print_trace_file_status(FILE *stream, int (*stream_printf)(FILE *stream, const char *fmt, ...)); +void st_set_trace_file_enabled(bool enable); +bool st_set_trace_file(const char *file); +void st_flush_trace_buffer(void); #endif /* SIMPLETRACE_H */ |