fix hotplug support
[lttv.git] / ltt / branches / poly / lttv / modules / text / textDump.c
index 4fcd5b5c49abd779a51c962b19cddf55c705541a..a5a09d5e91b1118bf280a6d3e8fa1e541151e1a8 100644 (file)
@@ -274,6 +274,7 @@ static gboolean write_traceset_footer(void *hook_data, void *call_data)
   g_info("TextDump traceset footer");
 
   fprintf(a_file,"End trace set\n\n");
+  fprintf(a_file,"nr states created (total) : %llu\n\n", nr_states);
 
   if(LTTV_IS_TRACESET_STATS(tc)) {
     lttv_stats_sum_traceset((LttvTracesetStats *)tc, ltt_time_infinite);
This page took 0.022269 seconds and 4 git commands to generate.