X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttv%2Fmodules%2Ftext%2FtextDump.c;h=dd5f5ee07f2b36254614c819e1e6e8d3c69a7318;hb=556b540ae4beba8dd3dd0d628e149c6b93eb4c29;hp=004384a8885321563bed9153a25e540f03618bae;hpb=922581a4a91dcb870a6168112a6198a1afacf0bb;p=lttv.git diff --git a/lttv/modules/text/textDump.c b/lttv/modules/text/textDump.c index 004384a8..dd5f5ee0 100644 --- a/lttv/modules/text/textDump.c +++ b/lttv/modules/text/textDump.c @@ -40,7 +40,7 @@ #include #include -#include +#include static gboolean a_noevent, @@ -304,14 +304,13 @@ static gboolean write_trace_header(void *hook_data, void *call_data) return FALSE; } - static int write_event_content(void *hook_data, void *call_data) { gboolean result; LttvIAttribute *attributes = LTTV_IATTRIBUTE(lttv_global_attributes()); - struct bt_ctf_event *event = (struct bt_ctf_event *)call_data; + LttvEvent *event = (struct bt_ctf_event *)call_data; #ifdef BABEL_CLEANUP LttvTracefileContext *tfc = (LttvTracefileContext *)call_data; @@ -348,10 +347,10 @@ static int write_event_content(void *hook_data, void *call_data) #ifdef BABEL_CLEANUP lttv_event_to_string(e, a_string, TRUE, !a_no_field_names, tfs); #endif - g_string_set_size(a_string,0); - g_string_append_printf(a_string, " %s %llu", - bt_ctf_event_name(event), - bt_ctf_get_timestamp_raw(event)); + + /* TODO 2012-03-12 Add state info */ + lttv_event_to_string(event, a_string, !a_no_field_names); + #ifdef BABEL_CLEANUP if(a_state) { g_string_append_printf(a_string, " %s ",