From: Mathieu Desnoyers Date: Fri, 29 Jan 2010 17:35:04 +0000 (-0500) Subject: Temporarily remove sync trace call from gui X-Git-Tag: v0.12.28~2 X-Git-Url: http://git.lttng.org/?p=lttv.git;a=commitdiff_plain;h=5b96c742719728543bb067b8b154f294243c1c18 Temporarily remove sync trace call from gui Signed-off-by: Mathieu Desnoyers --- diff --git a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index d58c3137..5499da30 100644 --- a/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -455,6 +455,7 @@ void insert_viewer(GtkWidget* widget, lttvwindow_viewer_constructor constructor) } } + /** * Function to set/update traceset for the viewers * @param tab viewer's tab @@ -474,7 +475,9 @@ int SetTraceset(Tab * tab, LttvTraceset *traceset) LTTV_TRACESET_CONTEXT(tab->traceset_info->traceset_context); // Perform time synchronization on the traces - if (syncTraceset(tsc)) + /* Mathieu Desnoyers: temporarily disable syncTraceset */ + //if (syncTraceset(tsc)) + if (0) { /* There is some time-dependant information that was calculated during * context initialization. Destroy the old contexts and initialize new