X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Finterrupts%2Finterrupts.c;h=1afe46a3c618666ba4b2194c6c455be537d0d4bf;hb=a4f37ccd6b1ec6adc776411603ea59c4253a77e1;hp=a4d8896f8fb8d386b87422f2f55d5a5cad8ad254;hpb=5f5119ee2af2c9d1b066288c91489019db06fc24;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c b/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c index a4d8896f..1afe46a3 100644 --- a/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c +++ b/ltt/branches/poly/lttv/modules/gui/interrupts/interrupts.c @@ -390,7 +390,7 @@ gboolean parse_event(void *hook_data, void *call_data){ LttvTracefileContext *tfc = (LttvTracefileContext *)call_data; LttvTracefileState *tfs = (LttvTracefileState *)call_data; //e = tfc->e; - e= e = ltt_tracefile_get_event(tfc->tf); + e = ltt_tracefile_get_event(tfc->tf); field = ltt_event_field(e); event_time = ltt_event_time(e); @@ -481,7 +481,7 @@ static void init() { hInterruptsInsert_xpm, "Insert Interrupts View", interrupts); - printf("out: init()\n"); + } void interrupt_destroy_walk(gpointer data, gpointer user_data){