X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fstats.c;h=89da304621e490582c7ccb7ea3561ff3d335103a;hb=fdab5820e01dd69ca08eddfde2c5627bc7e71fc4;hp=0bef479e5ce7b7f269e8f9dd560c0152ba6ab42d;hpb=dfdd6b48173106ef88d2e8a007ea516b8f02e414;p=lttv.git 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); } } }