Printing events using babeltrace
[lttv.git] / lttv / lttv / print.h
index 904028106068741e32f5244de4d638415cb3a504..e5da0e989a45b448590d8e7c47328fea92962a39 100644 (file)
  * Use these functions to print textually event fields. 
  */
 
-
+struct bt_ctf_event;
 
 void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s,
                gboolean field_names, LttvTracefileState *tfs);
-
+#ifdef BABEL_CLEANUP
 void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields,
                gboolean field_names, LttvTracefileState *tfs);
+#endif
+void lttv_event_to_string(struct bt_ctf_event *event, GString *a_string, gboolean field_names);
 
This page took 0.023275 seconds and 4 git commands to generate.