update
[lttv.git] / LTTngManual.html
index 7e4394c4c15ae2a8250ea044f0f0b4d738a24c3b..e0f97eebab78c1c4c4b80bcbee865048e7515d1b 100644 (file)
@@ -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.
 
+<br>
+<br>
+<h3><a href="#TOClicense" name="license">Licenses</a></h3>
+<br>
+<p>
+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.
+<p>
+LTTV is available under the Gnu GPLv2. The low-level LTTV trace reading library
+is released under Gnu LGPLv2.1.
+<p>
+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.
+<p>
+Please refer to each particular file licensing for details.
+
 <br>
 <br>
 <h3><a href="#TOCarch" name="arch">Supported architectures</a></h3>
@@ -357,6 +376,8 @@ system)
 ./configure
 make
 make install
+# (run ldconfig to ensure new shared objects are taken into account)
+ldconfig
 </PRE>
 
 <h3><a href="#TOCuserspacetracing" name="userspacetracing">Userspace tracing</a></h3>
@@ -390,6 +411,8 @@ system)
 ./configure
 make
 make install
+# (run ldconfig to ensure new shared objects are taken into account)
+ldconfig
 </PRE>
 
 <hr />
@@ -509,7 +532,7 @@ instrumentation</a></h3>
 See <a
 href="http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=blob;f=Documentation/markers.txt">Documentation/markers.txt</a>
 and <a
-href="http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=blob;f=Documentation/tracepoints.txt">Documentation/tracepoints.txt</a> 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</a> in your kernel
 tree.
 <p>
 Also see <a
This page took 0.024302 seconds and 4 git commands to generate.