Add reference counts to state and stats saved attributes. This way, the
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index c105a07c9bb80a06188a6bfbd9ff81472cadf217..cc400d9299ffb8a5ca748e84a14d7000006bdd49 100644 (file)
@@ -283,6 +283,7 @@ static gboolean write_traceset_footer(void *hook_data, void *call_data)
   fprintf(a_file,"End trace set\n\n");
 
   if(LTTV_IS_TRACESET_STATS(tc)) {
+    lttv_stats_sum_traceset((LttvTracesetStats *)tc);
     print_stats(a_file, (LttvTracesetStats *)tc);
   }
 
This page took 0.0228 seconds and 4 git commands to generate.