API : export the offsetted timestamp
[babeltrace.git] / include / babeltrace / ctf / events.h
index c08314f8775bbb6d0418b9f7011ccc0c30fb04f1..01ee7a99dbd35c97d1ee2dd6119a67736719ea57 100644 (file)
@@ -123,7 +123,14 @@ struct definition *bt_ctf_get_top_level_scope(struct bt_ctf_event *event,
 const char *bt_ctf_event_name(struct bt_ctf_event *event);
 
 /*
- * bt_ctf_get_timestamp: returns the timestamp of the event or -1ULL on error
+ * bt_ctf_get_timestamp_raw: returns the timestamp of the event as written in
+ * the packet or -1ULL on error
+ */
+uint64_t bt_ctf_get_timestamp_raw(struct bt_ctf_event *event);
+
+/*
+ * bt_ctf_get_timestamp: returns the timestamp of the event offsetted with the
+ * system clock source or -1ULL on error
  */
 uint64_t bt_ctf_get_timestamp(struct bt_ctf_event *event);
 
This page took 0.022775 seconds and 4 git commands to generate.