X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fclock-override%2FREADME;h=aabbee2ae012f56e52ca823b1db6e0e5fc710dd2;hb=4c878882a91392e5aacefd30efacde713747f627;hp=e3ddf22a915f8959f487f3a234e3410088d0d6a0;hpb=0eb0dfe97f0a67912c71cb714b83adb569cabcb8;p=lttng-ust.git diff --git a/doc/examples/clock-override/README b/doc/examples/clock-override/README index e3ddf22a..aabbee2a 100644 --- a/doc/examples/clock-override/README +++ b/doc/examples/clock-override/README @@ -2,3 +2,7 @@ This clock override example shows how to implement and load a clock override plugin for LTTng-UST. This can be useful in cases where direct hardware access is available for architecture-specific clocks, and where it should be used rather than the Linux kernel Monotonic clock. + +When using LTTng-tools keep in mind that lttng-sessiond uses lttng-ust's clock +definition and functions. Thus LTTNG_UST_CLOCK_PLUGIN needs to be defined when +launching lttng-sessiond.