From: Mathieu Desnoyers Date: Tue, 23 Mar 2021 16:01:43 +0000 (-0400) Subject: clock override: use getter API from LTTng-UST X-Git-Tag: v2.13.0-rc1~192 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=97f3d71c1129f2851d4d829bfc15b1e12e02ff3c;hp=97f3d71c1129f2851d4d829bfc15b1e12e02ff3c;p=lttng-tools.git clock override: use getter API from LTTng-UST Currently, the lttng session daemon reimplements its own copy of struct lttng_trace_clock, which is pretty bad as ABI go. Use getter functions for each of the clock callback instead. This refactoring needs to be introduced with a matching commit to implement the new ABI in LTTng-UST. Move the implementation of the clock frequency, uuid, name and description default callbacks (for monotonic clock) to lttng-ust. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau Change-Id: If2e671bacacc55d3fb27b6b4d4fc8c16aaffd059 ---