From b0bb595b56fce7229798a8cd9a6115b6e47289ea Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 28 May 2020 11:44:44 -0400 Subject: [PATCH 1/3] Version 1.8.3 Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index cf5dbf5..b40082c 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -1,4 +1,4 @@ -# Common Trace Format (CTF) Specification (v1.8.2) +# Common Trace Format (CTF) Specification (v1.8.3) **Author**: Mathieu Desnoyers, [EfficiOS Inc.](http://www.efficios.com/) -- 2.34.1 From b04488b3439f6796e4dfb5aace5dacde8c37acfd Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 23 Jul 2020 10:42:43 -0400 Subject: [PATCH 2/3] Clarify signedness of clock offset_s and offset fields Clarify that both offset_s and offset fields of clock may have negative values. Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index b40082c..d4c69ad 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -1545,11 +1545,11 @@ The `offset_s` and `offset` fields indicate the offset from POSIX.1 Epoch, 1970-01-01 00:00:00 +0000 (UTC), to the zero of value of the clock. The `offset_s` field is in seconds. The `offset` field is in (1/freq) units. If any of the `offset_s` or `offset` field is not -present, it is assigned the 0 value. The field `absolute` is `TRUE` if -the clock is a global reference across different clock UUID -(e.g. NTP time). Otherwise, `absolute` is `FALSE`, and the clock can -be considered as synchronized only with other clocks that have the same -UUID. +present, it is assigned the 0 value. Both `offset_s` and `offset` +fields are signed integers. The field `absolute` is `TRUE` if the clock +is a global reference across different clock UUID (e.g. NTP time). +Otherwise, `absolute` is `FALSE`, and the clock can be considered as +synchronized only with other clocks that have the same UUID. Secondly, a reference to this clock should be added within an integer type: -- 2.34.1 From 58b2612e6fc6b66ddcb87d9e498473eb46e3db7a Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Fri, 6 May 2022 00:36:41 -0700 Subject: [PATCH 3/3] Fix typo grater -> greater Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-trace-format-specification.md b/common-trace-format-specification.md index d4c69ad..d467f6a 100644 --- a/common-trace-format-specification.md +++ b/common-trace-format-specification.md @@ -837,7 +837,7 @@ TSDL metadata): assigned to events contained within the packet. The timestamp at the beginning of an event packet is guaranteed to be less than or equal to the timestamp at the end of that event packet. The timestamp at - the beginning of an event packet is guaranteed to be grater than or + the beginning of an event packet is guaranteed to be greater than or equal to timestamps at the beginning of any prior packet within the same stream. The timestamp at the end of an event packet is guaranteed to be less than or equal to the timestamps at the end of -- 2.34.1