X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2FbatchAnalysis.c;h=a8d1c824f98d2a5341eafdbb4f0d67e9d151c9f3;hb=270e7cc5de6c9fdf7c757ab0d76a53d4dcaf90e0;hp=0f169c717603ecadad8152e67381910230b14f0c;hpb=f227416e797ada4b806d13bb7183156cf8e7f6f2;p=lttv.git diff --git a/ltt/branches/poly/lttv/batchAnalysis.c b/ltt/branches/poly/lttv/batchAnalysis.c index 0f169c71..a8d1c824 100644 --- a/ltt/branches/poly/lttv/batchAnalysis.c +++ b/ltt/branches/poly/lttv/batchAnalysis.c @@ -55,7 +55,7 @@ static gboolean process_traceset(void *hook_data, void *call_data) end.tv_sec = G_MAXULONG; end.tv_nsec = G_MAXULONG; - lttv_process_trace(start, end, traceset, LTTV_TRACESET_CONTEXT(tc)); + lttv_process_trace(start, end, traceset, LTTV_TRACESET_CONTEXT(tc),G_MAXULONG); lttv_traceset_context_remove_hooks(LTTV_TRACESET_CONTEXT(tc), before_traceset, after_traceset, NULL, before_trace, after_trace, NULL, before_tracefile, after_tracefile, NULL, before_event, after_event);