lib list
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 9e263c565b2675bbb5422cb3292eb04a8874b38f..666f1f338b82d974cf4474828044adb6e9986f49 100644 (file)
@@ -193,12 +193,12 @@ struct ltt_trace_header_0_4 {
 
 struct ltt_block_start_header {
   struct { 
-    uint64_t                timestamp;
+    struct timeval          timestamp;
     uint64_t                cycle_count;
     uint64_t                freq;
   } begin;
   struct {
-    uint64_t                timestamp;
+    struct timeval          timestamp;
     uint64_t                cycle_count;
     uint64_t                freq;
   } end;
@@ -418,6 +418,7 @@ struct _LttTrace{
   uint64_t  start_tsc;
   uint64_t  start_monotonic;
   LttTime   start_time;
+  LttTime   start_time_from_tsc;
 
   GData     *tracefiles;                    //tracefiles groups
 };
This page took 0.023527 seconds and 4 git commands to generate.