X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.c;h=5499da30193a4b67562cd49220e9e50feeda20c3;hb=1202b93df4b486b0b043708a07dce1931ce4a9b2;hp=d58c3137af64f90a95c9f630df9e8b5612aaf787;hpb=482fe4814d81bd6109f8ddcada7784b288bfabda;p=lttv.git 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