From: Mathieu Desnoyers Date: Mon, 8 Feb 2016 22:13:26 +0000 (-0500) Subject: clock offset: print negative value in metadata for lttng-ust metadata X-Git-Tag: v2.8.0-rc1~189 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=c2636b575cd40f4638e5b0718e8f67a33b8c7007;hp=c2636b575cd40f4638e5b0718e8f67a33b8c7007;p=lttng-tools.git clock offset: print negative value in metadata for lttng-ust metadata In the upcoming 2.8, we can print the negative value of clock offset in the metadata, and expect users to update their viewers to correct any bug that could prevent them from handling those negative values. This happens only in cases where the system sets CLOCK_REALTIME to 0 after boot, thus leading to a negative clock offset value between realtime and monotonic clocks. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---