Update the README file to mark the project as unmaintained
[lttv.git] / LTTngManual.html
index ae4add2ef3816810acdf1a219513dbc51ebe0a8e..10978001793975f4867738ff5f0bf34a4bcfa3dd 100644 (file)
@@ -279,6 +279,12 @@ su -
 cd /usr/src/lttng/lttng-modules-0.x
 KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make
 KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make modules_install
+
+Optionally, make can be prefixed with tracer options:
+
+EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE" make
+EXTRA_CFLAGS="-DLTT_VMCORE" make
+EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE -DLTT_VMCORE" make
 </PRE>
 
 <h3><a href="#TOCeditconfig" name="editconfig">Editing the system wide
@@ -311,7 +317,6 @@ compile statically, you may not need to issue all these commands.
 modprobe ltt-trace-control
 modprobe ltt-marker-control
 modprobe ltt-tracer
-modprobe ltt-serialize
 modprobe ltt-relay
 modprobe ipc-trace
 modprobe kernel-trace
@@ -343,7 +348,6 @@ cp /etc/modules /etc/modules.bkp
 echo ltt-trace-control >> /etc/modules
 echo ltt-marker-control >> /etc/modules
 echo ltt-tracer >> /etc/modules
-echo ltt-serialize >> /etc/modules
 echo ltt-relay >> /etc/modules
 echo ipc-trace >> /etc/modules
 echo kernel-trace >> /etc/modules
@@ -368,7 +372,7 @@ same name as the ltt-control kernel module, they are *not* the same thing.)
 <PRE>
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/lttng/ltt-control-0.x-xxxx2006.tar.gz
+wget http://lttng.org/files/lttng/ltt-control-0.x-xxxx2006.tar.gz
 gzip -cd ltt-control-0.x-xxxx2008.tar.gz | tar xvof -
 cd ltt-control-0.x-xxxx2006
 (refer to README to see the development libraries that must be installed on you
@@ -403,7 +407,7 @@ or different from the visualisation machine)</a></h3>
 <PRE>
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/lttv-0.x.xx-xxxx2008.tar.gz
+wget http://lttng.org/files/packages/lttv-0.x.xx-xxxx2008.tar.gz
 gzip -cd lttv-0.x.xx-xxxx2008.tar.gz | tar xvof -
 cd lttv-0.x.xx-xxxx2008
 (refer to README to see the development libraries that must be installed on your
@@ -542,12 +546,12 @@ for LTTng probe examples.
 <h3><a href="#TOCusertp" name="usertp">Adding userspace instrumentation</a></h3>
 
 Add new events to userspace programs with
-<a href="http://ltt.polymtl.ca/packages/">userspace markers packages</a>.
+<a href="http://lttng.org/files/packages/">userspace markers packages</a>.
 Get the latest markers-userspace-*.tar.bz2 and see the Makefile and examples. It
 allows inserting markers in executables and libraries, currently only on x86_32
 and x86_64.
 See <a
-href="http://ltt.polymtl.ca/packages/markers-userspace-0.5.tar.bz2">markers-userspace-0.5.tar.bz2</a> or more recent.
+href="http://lttng.org/files/packages/markers-userspace-0.5.tar.bz2">markers-userspace-0.5.tar.bz2</a> or more recent.
 
 <p>
 Note that tracepoint/marker-based userspace tracing is available at <a
This page took 0.023462 seconds and 4 git commands to generate.