X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FbatchAnalysis.c;h=50a7218311b7e9c28c4aaf1671becc04e51f5a14;hb=8eddb7504fe51321ac56a0de6d5a82f7a94a5feb;hp=9cd292741bc907c4472853ac019fe0967d480dcc;hpb=8e680509351245867a89f5647c7b926af7652f17;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c index 9cd29274..50a72183 100644 --- a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c +++ b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c @@ -23,6 +23,7 @@ #include #endif +#include #include #include #include @@ -64,6 +65,8 @@ static gboolean process_traceset(void *hook_data, void *call_data) { LttvAttributeValue value_expression, value_filter; + char * testval = 0x88888; + LttvIAttribute *attributes = LTTV_IATTRIBUTE(lttv_global_attributes()); LttvTracesetStats *tscs; @@ -90,8 +93,8 @@ static gboolean process_traceset(void *hook_data, void *call_data) LTTV_POINTER, &value_filter)); *(value_filter.v_pointer) = lttv_filter_new(); - g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str); - + //g_debug("Filter string: %s",((GString*)*(value_expression.v_pointer))->str); + lttv_filter_append_expression(*(value_filter.v_pointer),((GString*)*(value_expression.v_pointer))->str); //lttv_traceset_context_add_hooks(tc,