]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/perf/util/trace-event.h
perf tools: Introduce event_format__fprintf method
[karo-tx-linux.git] / tools / perf / util / trace-event.h
index 52aaa19e1eb13125dd30c4c82b6abe2d89de2735..356629a30ca951cd3f6dde925c53c8f54ac8e6eb 100644 (file)
@@ -23,6 +23,9 @@ trace_event__tp_format(const char *sys, const char *name);
 
 int bigendian(void);
 
+void event_format__fprintf(struct event_format *event,
+                          int cpu, void *data, int size, FILE *fp);
+
 void event_format__print(struct event_format *event,
                         int cpu, void *data, int size);