From: compudj Date: Thu, 30 Mar 2006 04:55:25 +0000 (+0000) Subject: trying to introduce cumulative time X-Git-Tag: v0.12.20~1749 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=a5845ab3269869d508937a3b3c8c752c48832d42;p=lttv.git trying to introduce cumulative time git-svn-id: http://ltt.polymtl.ca/svn@1740 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/stats.c b/ltt/branches/poly/lttv/lttv/stats.c index 875c1683..6370720a 100644 --- a/ltt/branches/poly/lttv/lttv/stats.c +++ b/ltt/branches/poly/lttv/lttv/stats.c @@ -907,16 +907,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); } } }