From: compudj Date: Thu, 30 Mar 2006 05:46:22 +0000 (+0000) Subject: partial fix X-Git-Tag: v0.12.20~1747 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e3523819ae718aa322635a69268f642b0c0c1f5b;p=lttv.git partial fix git-svn-id: http://ltt.polymtl.ca/svn@1742 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/stats.c b/ltt/branches/poly/lttv/lttv/stats.c index 0bef479e..89da3046 100644 --- a/ltt/branches/poly/lttv/lttv/stats.c +++ b/ltt/branches/poly/lttv/lttv/stats.c @@ -911,16 +911,16 @@ lttv_stats_sum_trace(LttvTraceStats *self, LttvAttribute *ts_stats) } } if(!trace_is_summed) { - //lttv_attribute_recursive_add(function_tree, mode_types_tree); + lttv_attribute_recursive_add(function_tree, mode_types_tree); } } if(!trace_is_summed) { - //lttv_attribute_recursive_add(cpu_tree, function_tree); - //lttv_attribute_recursive_add(process_tree, function_tree); - //lttv_attribute_recursive_add(trace_cpu_tree, function_tree); - //lttv_attribute_recursive_add(main_tree, function_tree); + lttv_attribute_recursive_add(cpu_tree, function_tree); + lttv_attribute_recursive_add(process_tree, function_tree); + lttv_attribute_recursive_add(trace_cpu_tree, function_tree); + lttv_attribute_recursive_add(main_tree, function_tree); } - //lttv_attribute_recursive_add(ts_stats, function_tree); + lttv_attribute_recursive_add(ts_stats, function_tree); } } }