X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fltt-private.h;h=726908cbcc9948c3a3682074c61a06989c7244c7;hb=1c736ed5fd25e728fa1df0899be03c4853c556d8;hp=afbb515d89ec809cb8d2b92f2f8e38304c2bd4d8;hpb=2dee981dc61f60146ec906aceb44e4718fbf4183;p=lttv.git diff --git a/ltt/branches/poly/ltt/ltt-private.h b/ltt/branches/poly/ltt/ltt-private.h index afbb515d..726908cb 100644 --- a/ltt/branches/poly/ltt/ltt-private.h +++ b/ltt/branches/poly/ltt/ltt-private.h @@ -100,6 +100,8 @@ struct _LttEvent{ LttCycleCount pre_cycle_count; //previous cycle count of the event int count; //the number of overflow of cycle count gint64 overflow_nsec; //precalculated nsec for overflows + TimeHeartbeat * last_heartbeat; //last heartbeat + /* end of workaround */ }; @@ -159,6 +161,7 @@ struct _LttTracefile{ LttTime current_event_time; //time of the current event BlockStart * a_block_start; //block start of the block BlockEnd * a_block_end; //block end of the block + TimeHeartbeat * last_heartbeat; //last heartbeat void * cur_event_pos; //the position of the current event void * buffer; //the buffer containing the block double nsec_per_cycle; //Nsec per cycle @@ -211,6 +214,7 @@ struct _LttEventPosition{ LttCycleCount pre_cycle_count; //previous cycle count of the event int count; //the number of overflow of cycle count gint64 overflow_nsec; //precalculated nsec for overflows + TimeHeartbeat * last_heartbeat; //last heartbeat /* end of workaround */ };