From e17e5fbd633bc44fe3ec1abcf1ffe25f3457e8a0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 3 Sep 2010 10:42:24 -0400 Subject: [PATCH] update lttng manual Signed-off-by: Mathieu Desnoyers --- LTTngManual.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/LTTngManual.html b/LTTngManual.html index 09236d5f..ae4add2e 100644 --- a/LTTngManual.html +++ b/LTTngManual.html @@ -8,7 +8,7 @@

Linux Trace Toolkit Next Generation Manual

Author : Mathieu Desnoyers, September 2005
-Last update : January 30, 2010
+Last update : September 3, 2010
(originally known as the LTTng QUICKSTART guide)

Table of Contents

@@ -76,8 +76,8 @@ packages from the LTTng and LTTV sources. These operations are made for installing the LTTng 0.86 tracer on a linux 2.6.X kernel. You will also find instructions for installation of LTTV 0.12.x : the Linux Trace Toolkit Viewer. -To see the list of compatibilities between LTTng, ltt-control, LTTV, please -refer to : +To see the list of compatibilities between the LTTng kernel patchset, LTTng +modules, ltt-control, LTTV, please refer to : LTTng+LTTV versions compatibility @@ -203,9 +203,11 @@ href="http://lttng.org/cgi-bin/gitweb.cgi?p=lttv.git;a=blob_plain;f=doc/develope su - mkdir /usr/src/lttng cd /usr/src/lttng -(see http://ltt.polymtl.ca/lttng for package listing) -wget http://ltt.polymtl.ca/lttng/patch-2.6.X-lttng-0.x.xx.tar.bz2 +(see http://lttng.org/files/lttng for package listing) +wget http://lttng.org/files/lttng/patch-2.6.X-lttng-0.x.xx.tar.bz2 +wget http://lttng.org/files/lttng/lttng-modules-0.x.tar.bz2 bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof - +bzip2 -cd lttng-modules-0.x.tar.bz2 | tar xvof - @@ -240,20 +242,7 @@ make menuconfig (or make xconfig or make config) Select the following options : [*] Prompt for development and/or incomplete code/drivers [*] Activate markers - [*] Activate userspace markers ABI (experimental, optional) [*] Immediate value optimization (optional) - [*] Linux Trace Toolkit Next Generation (LTTng) ---> - <M> or <*> Compile lttng tracing probes - <M> or <*> Linux Trace Toolkit High-speed Lockless Data Relay - <M> or <*> Linux Trace Toolkit Lock-Protected Data Relay - <M> or <*> Linux Trace Toolkit Serializer - <M> or <*> Linux Trace Toolkit Marker Control - <M> or <*> Linux Trace Toolkit Tracer - [*] Align Linux Trace Toolkit Traces - <M> or <*> Support logging events from userspace - [*] Support trace extraction from crash dump - <M> or <*> Linux Trace Toolkit Trace Controller - <M> or <*> Linux Trace Toolkit State Dump Select <Exit> Select <Exit> Select <Yes> @@ -282,6 +271,16 @@ Select the Linux 2.6.X-lttng-0.x.xx kernel in your boot loader. -- + +

Installing the LTTng modules

+ +
+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
+
+

Editing the system wide configuration

-- 2.34.1