change has_alignment for alignment
[lttv.git] / ltt / branches / poly / ltt / event.h
index 3bb05a90b1ed0a9664785b3525369460b1a98815..bc9452cffbe9c2f4b0ba9b11a1986f41203be20a 100644 (file)
@@ -7,7 +7,7 @@
 #include <sys/types.h>
 #include <ltt/ltt.h>
 #include <endian.h>
-#include <ltt/markers.h>
+#include <ltt/marker.h>
 
 /*
  * Structure LttEvent and LttEventPosition must begin with the _exact_ same
@@ -104,4 +104,11 @@ double ltt_event_get_double(LttEvent *e, struct marker_field *f);
 
 gchar *ltt_event_get_string(LttEvent *e, struct marker_field *f);
 
+static inline LttCycleCount ltt_event_cycle_count(const LttEvent *e)
+{
+  return e->tsc;
+}
+
+
+
 #endif //_LTT_EVENT_H
This page took 0.039561 seconds and 4 git commands to generate.