git-svn-id: http://ltt.polymtl.ca/svn@381 04897980-b3bd-0310-b5e0-8ef037075253
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index ea4dff8c91583a751343fac77249b20a6455813e..aeda9e4fae93e7a439595a261ea6f706d266bd6a 100644 (file)
@@ -140,6 +140,8 @@ struct _LttTracefile{
   LttTime prev_block_end_time;       //the end time of previous block
   LttTime prev_event_time;           //the time of the previous event
   LttEvent an_event;
+  LttCycleCount pre_cycle_count;     //previous cycle count of the event
+  int      count;                    //the number of overflow of cycle count
 };
 
 struct _LttTrace{
This page took 0.069016 seconds and 4 git commands to generate.