X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttv%2Flttv%2Fprint.h;h=e5da0e989a45b448590d8e7c47328fea92962a39;hb=73ccabb38349b1a44556c57f1bf36fb94be45628;hp=904028106068741e32f5244de4d638415cb3a504;hpb=922581a4a91dcb870a6168112a6198a1afacf0bb;p=lttv.git diff --git a/lttv/lttv/print.h b/lttv/lttv/print.h index 90402810..e5da0e98 100644 --- a/lttv/lttv/print.h +++ b/lttv/lttv/print.h @@ -24,11 +24,13 @@ * 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);