X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FbatchAnalysis.c;h=bae1abcb5ec36fc9d80d89b7a93bd21c28899f4b;hb=da2e1bfb1ac32abd5ec8495afd40236bb681ebdd;hp=188c222156f6ea269c0917f4fe1266eed47856b6;hpb=7e7af7f21b42d02e74f52576a8ac163b65e021b4;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c index 188c2221..bae1abcb 100644 --- a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c +++ b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c @@ -87,8 +87,8 @@ static gboolean process_traceset(void *hook_data, void *call_data) a_lttv_filter = lttv_filter_new(); g_debug("Filter string: %s",((GString*)*(value.v_pointer))->str); + g_assert(lttv_filter_append_expression(a_lttv_filter,((GString*)*(value.v_pointer))->str)); - g_debug("Filter updated"); //lttv_traceset_context_add_hooks(tc, //before_traceset, after_traceset, NULL, before_trace, after_trace,