fix process names
[lttv.git] / ltt / branches / poly / ltt / event.c
index 6265f7fbd6e92188062cd14083f1c2e0fbc7a0fe..cf0b21f5c541f255100c993d10cd60eece45a7bc 100644 (file)
@@ -489,6 +489,14 @@ LttField *ltt_event_field_element_select(LttEvent *e, LttField *f, gulong i)
   return field;
 }
 
+
+off_t ltt_event_field_offset(LttEvent *e, LttField *f)
+{
+  return f->offset_root;
+}
+
+
+
 /*****************************************************************************
  * These functions extract data from an event after architecture specific
  * conversions
This page took 0.023686 seconds and 4 git commands to generate.