X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fclock-override%2FREADME;fp=doc%2Fexamples%2Fclock-override%2FREADME;h=e3ddf22a915f8959f487f3a234e3410088d0d6a0;hb=f9364363c8982127d66c2a29cb1fa21760bd00e5;hp=0000000000000000000000000000000000000000;hpb=8da6d0c8216f13df8f714459b7d855243296d83c;p=lttng-ust.git diff --git a/doc/examples/clock-override/README b/doc/examples/clock-override/README new file mode 100644 index 00000000..e3ddf22a --- /dev/null +++ b/doc/examples/clock-override/README @@ -0,0 +1,4 @@ +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.