X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents.h;h=4232feb3cd202c7ea118cf45333aad1b71d3faea;hp=419c4c8df0f050635b4cd49d863c69266bbbd58a;hb=d40ee8ec4ac9998f69383218762662ba01e89513;hpb=51f4bb7a60d9f073553691dd0f4a52a88592c727 diff --git a/include/babeltrace/ctf/events.h b/include/babeltrace/ctf/events.h index 419c4c8d..4232feb3 100644 --- a/include/babeltrace/ctf/events.h +++ b/include/babeltrace/ctf/events.h @@ -90,16 +90,16 @@ const struct definition *bt_ctf_get_top_level_scope(const struct bt_ctf_event *e const char *bt_ctf_event_name(const struct bt_ctf_event *event); /* - * bt_ctf_get_cycles_timestamp: returns the timestamp of the event as written + * bt_ctf_get_cycles: returns the timestamp of the event as written * in the packet (in cycles) or -1ULL on error. */ -uint64_t bt_ctf_get_cycles_timestamp(const struct bt_ctf_event *event); +uint64_t bt_ctf_get_cycles(const struct bt_ctf_event *event); /* - * bt_ctf_get_real_timestamp: returns the timestamp of the event offsetted + * bt_ctf_get_timestamp: returns the timestamp of the event offsetted * with the system clock source (in ns) or -1ULL on error */ -uint64_t bt_ctf_get_real_timestamp(const struct bt_ctf_event *event); +uint64_t bt_ctf_get_timestamp(const struct bt_ctf_event *event); /* * bt_ctf_get_field_list: set list pointer to an array of definition