Remove duplicate field in detailed event view
[lttv.git] / lttv / lttv / print.h
index e5da0e989a45b448590d8e7c47328fea92962a39..126fbc2e0dbcaf0ff4fe547039a880e9c69bf1a9 100644 (file)
  * Use these functions to print textually event fields. 
  */
 
-struct bt_ctf_event;
-
+#include <lttv/event.h>
+#ifdef BABEL_CLEANUP
 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);
+void lttv_event_to_string(LttvEvent *event,
+                         GString *a_string,
+                         gboolean field_names,
+                         gboolean long_version);
+void lttv_event_get_name(LttvEvent *event,GString *a_string);
 
This page took 0.022148 seconds and 4 git commands to generate.