doc: implement REUSE with SPDX identifiers
[lttng-ust.git] / doc / examples / clock-override / README.md
CommitLineData
53f7d0d7
MJ
1<!--
2SPDX-FileCopyrightText: 2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3
4SPDX-License-Identifier: CC-BY-4.0
5-->
6
f9364363
MD
7This clock override example shows how to implement and load a clock
8override plugin for LTTng-UST. This can be useful in cases where direct
9hardware access is available for architecture-specific clocks, and where
10it should be used rather than the Linux kernel Monotonic clock.
9493af14
JR
11
12When using LTTng-tools keep in mind that lttng-sessiond uses lttng-ust's clock
53f7d0d7
MJ
13definition and functions. Thus `LTTNG_UST_CLOCK_PLUGIN` needs to be defined
14when launching lttng-sessiond.
This page took 0.029287 seconds and 4 git commands to generate.