X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=LTTngManual.html;h=e0f97eebab78c1c4c4b80bcbee865048e7515d1b;hb=89b751c3ade66db6703fdc381c02b8453094ac7e;hp=7e4394c4c15ae2a8250ea044f0f0b4d738a24c3b;hpb=f61f4dca50e13aa52b1ca3941c8f420848f4353f;p=lttv.git diff --git a/LTTngManual.html b/LTTngManual.html index 7e4394c4..e0f97eeb 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -85,6 +85,25 @@ state, the lttng patchset is necessary to have the trace clocksource, the instrumentation and the LTTng high-speed data extraction mechanism added to the kernel. +
+
+

Licenses

+
+

+LTTng, UST and LTTV are developed by an open community. LTTng is released under +a dual Gnu LGPLv2.1/GPLv2 license, except for very few kernel-specific files +which are derived work from the Linux kernel. +

+LTTV is available under the Gnu GPLv2. The low-level LTTV trace reading library +is released under Gnu LGPLv2.1. +

+The UST (Userspace Tracing) and the Userspace RCU libraries are released under +the LGPLv2.1 license, which allows linking with non-GPL (BSD, proprietary...) +applications. The associated headers are released under MIT-style/BSD-style +licenses. +

+Please refer to each particular file licensing for details. +

Supported architectures

@@ -357,6 +376,8 @@ system) ./configure make make install +# (run ldconfig to ensure new shared objects are taken into account) +ldconfig

Userspace tracing

@@ -390,6 +411,8 @@ system) ./configure make make install +# (run ldconfig to ensure new shared objects are taken into account) +ldconfig
@@ -509,7 +532,7 @@ instrumentation See Documentation/markers.txt and Documentation/tracepoints.txt in your kernel +href="http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=blob;f=Documentation/trace/tracepoints.txt">Documentation/trace/tracepoints.txt in your kernel tree.

Also see