From: compudj Date: Tue, 20 Jun 2006 15:43:05 +0000 (+0000) Subject: update X-Git-Tag: v0.12.20~1548 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=32aa92c22fdb67a7843a536f87ab01687c2b01f6;p=lttv.git update git-svn-id: http://ltt.polymtl.ca/svn@1941 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c index c9e29017..50a72183 100644 --- a/ltt/branches/poly/lttv/modules/text/batchAnalysis.c +++ b/ltt/branches/poly/lttv/modules/text/batchAnalysis.c @@ -65,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; @@ -91,7 +93,7 @@ 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);