From db44dd151688cbe0eea2062ad9ea96982a1bba2d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 3 Sep 2010 10:43:48 -0400 Subject: [PATCH] update manual Signed-off-by: Mathieu Desnoyers --- LTTngManual.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LTTngManual.html b/LTTngManual.html index ae4add2e..780e5483 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -368,7 +368,7 @@ same name as the ltt-control kernel module, they are *not* the same thing.)
 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 +403,7 @@ or different from the visualisation machine)
 
 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 +542,12 @@ for LTTng probe examples.
 

Adding userspace instrumentation

Add new events to userspace programs with -userspace markers packages. +userspace markers packages. 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 markers-userspace-0.5.tar.bz2 or more recent. +href="http://lttng.org/files/packages/markers-userspace-0.5.tar.bz2">markers-userspace-0.5.tar.bz2 or more recent.

Note that tracepoint/marker-based userspace tracing is available at