Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
}
}
+
/**
* Function to set/update traceset for the viewers
* @param tab viewer's tab
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