X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=aeda9e4fae93e7a439595a261ea6f706d266bd6a;hb=dd691a2ef3d6fdcba001206bf686a4cdce26b545;hp=ea4dff8c91583a751343fac77249b20a6455813e;hpb=acd767ee11976fedd7455f3891d7f11d75d550df;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index ea4dff8c..aeda9e4f 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -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{