Update the README file to mark the project as unmaintained
[lttv.git] / LTTngManual.html
CommitLineData
c924c2c6 1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
f6e6ee82 4 <title>Linux Trace Toolkit Next Generation Manual</title>
c924c2c6 5</head>
6 <body>
7
f6e6ee82 8<h1>Linux Trace Toolkit Next Generation Manual</h1>
c924c2c6 9
c924c2c6 10Author : Mathieu Desnoyers, September 2005<br>
e17e5fbd 11Last update : September 3, 2010<br>
bc58079d 12(originally known as the LTTng QUICKSTART guide)
24070967 13
14<h2>Table of Contents</h2>
24070967 15
d58b406f 16<ul>
f9ff56f3 17<li><a href="#intro" name="TOCintro">Introduction</a></li>
7e77d1a9 18<ul>
2eec045b
MD
19<li><a href="#licenses" name="TOClicenses">Licenses</a></li>
20<ul>
7e77d1a9 21<li><a href="#arch" name="TOCarch">Supported architectures</a></li>
22</ul>
d58b406f 23
24070967 24<li><a href="#section1" name="TOCsection1">Installing LTTng and LTTV from
6f88b01d 25sources</a></li>
38b04cd7 26<ul>
2d540155 27<li><a href="#prerequisites" name="TOCprerequisites">Prerequisistes</li>
28<li><a href="#getlttng" name="TOCgetlttng">Getting the LTTng packages</li>
29<li><a href="#getlttngsrc" name="TOCgetlttngsrc">Getting the LTTng kernel sources</li>
30<li><a href="#installlttng" name="TOCinstalllttng">Installing a LTTng kernel</li>
6f88b01d 31<li><a href="#editconfig" name="TOCeditconfig">Editing the system wide
32configuration</a>
33<li><a href="#getlttctl" name="TOCgetlttctl">Getting and installing the
2d540155 34ltt-control package</li>
35<li><a href="#userspacetracing" name="TOCuserspacetracing">Userspace Tracing</li>
6f88b01d 36<li><a href="#getlttv" name="TOCgetlttv">Getting and installing the LTTV package</ul>
d58b406f 37
24070967 38<li><a href="#section2" name="TOCsection2">Using LTTng and LTTV</a></li>
d58b406f 39<ul>
40<li><a href="#uselttvgui" name="TOCuselttvgui">Use graphical LTTV to control
41tracing and analyse traces</a></li>
42<li><a href="#uselttngtext" name="TOCuselttngtext">Use text mode LTTng to
f7828b7c 43control tracing</a></li>
d58b406f 44<li><a href="#uselttvtext" name="TOCuselttvtext">Use text mode LTTV</a></li>
45<li><a href="#hybrid" name="TOChybrid">Tracing in "Hybrid" mode</a></li>
46<li><a href="#flight" name="TOCflight">Tracing in flight recorder mode</a></li>
d58b406f 47</ul>
48
24070967 49<li><a href="#section3" name="TOCsection3">Adding kernel and user-space
47e2b195 50instrumentation</a>
51<ul>
52<li><a href="#kerneltp" name="TOCkerneltp">Adding kernel instrumentation</a></li>
53<li><a href="#usertp" name="TOCusertp">Adding userspace instrumentation</a></li>
54</ul>
d58b406f 55
633bc4a3 56<li><a href="#section4" name="TOCsection4">Creating Debian and RPM packages
98dde887 57from LTTV</a></li>
58<ul>
59<li><a href="#pkgdebian" name="TOCpkgdebian">Create custom LTTV Debian
60<li><a href="#pkglttng" name="TOCpkglttng">Create custom LTTng packages</a></li>
98dde887 61</ul>
c924c2c6 62
f9ff56f3 63</ul>
64
65<hr />
66
b9e1fab1 67<h2><a href="#TOCintro" name="intro">Introduction</a></h2>
c924c2c6 68<p>
70a3fc43 69This document is made of five parts : the first one explains how
24070967 70to install LTTng and LTTV from sources, the second one describes the steps
633bc4a3 71to follow to trace a system and view it. The third part explains
c924c2c6 72briefly how to add a new trace point to the kernel and to user space
42cf459d 73applications. The fourth and last part explains how to create Debian or RPM
74packages from the LTTng and LTTV sources.
c924c2c6 75<p>
24070967 76These operations are made for installing the LTTng 0.86 tracer on a linux 2.6.X
c924c2c6 77kernel. You will also find instructions for installation of LTTV 0.12.x : the
78Linux Trace Toolkit Viewer.
e17e5fbd
MD
79To see the list of compatibilities between the LTTng kernel patchset, LTTng
80modules, ltt-control, LTTV, please refer to :
c924c2c6 81<a
71e47a2f 82href="http://lttng.org/cgi-bin/gitweb.cgi?p=lttv.git;a=blob_plain;f=doc/developer/lttng-lttv-compatibility.html;hb=HEAD">LTTng+LTTV versions compatibility</a>
534f65eb 83
84The ongoing work had the Linux Kernel Markers integrated in the mainline Linux
85kernel since Linux 2.6.24 and the Tracepoints since 2.6.28. In its current
86state, the lttng patchset is necessary to have the trace clocksource, the
87instrumentation and the LTTng high-speed data extraction mechanism added to the
88kernel.
c924c2c6 89
aad04917
MD
90<br>
91<br>
2eec045b 92<h3><a href="#TOClicenses" name="licenses">Licenses</a></h3>
aad04917
MD
93<p>
94LTTng, UST and LTTV are developed by an open community. LTTng is released under
95a dual Gnu LGPLv2.1/GPLv2 license, except for very few kernel-specific files
96which are derived work from the Linux kernel.
97<p>
98LTTV is available under the Gnu GPLv2. The low-level LTTV trace reading library
99is released under Gnu LGPLv2.1.
100<p>
18b84fc0
MD
101The Eclipse LTTng trace analysis tool is released under the EPL and uses the
102LTTV trace reading library (LGPLv2.1).
103<p>
89b751c3
MD
104The UST (Userspace Tracing) and the Userspace RCU libraries are released under
105the LGPLv2.1 license, which allows linking with non-GPL (BSD, proprietary...)
106applications. The associated headers are released under MIT-style/BSD-style
107licenses.
aad04917
MD
108<p>
109Please refer to each particular file licensing for details.
110
7e77d1a9 111<h3><a href="#TOCarch" name="arch">Supported architectures</a></h3>
c924c2c6 112LTTng :<br>
70a3fc43 113<br>
c924c2c6 114<li> x86 32/64 bits
115<li> PowerPC 32 and 64 bits
f0fcce6d 116<li> ARMv7 OMAP3
117<li> Other ARM (with limited timestamping precision, e.g. 1HZ. Need
c924c2c6 118architecture-specific support for better precision)
119<li> MIPS
1aeeacdb 120<li> sh (partial architecture-specific instrumentation)
121<li> sparc64 (partial architecture-specific instrumentation)
122<li> s390 (partial architecture-specific instrumentation)
123<li> Other architectures supported without architecture-specific instrumentation
124and with low-resolution timestamps.<br>
c924c2c6 125<br>
24070967 126<br>
c924c2c6 127LTTV :<br>
70a3fc43 128<br>
c924c2c6 129<li> Intel 32/64 bits
130<li> PowerPC 32 and 64 bits
131<li> Possibly others. Takes care of endianness and type size difference between
132the LTTng traces and the LTTV analysis tool.
133
f9ff56f3 134<hr />
135
c924c2c6 136
89aa576c 137<h2><a href="#TOCsection1" name="section1">Installation from sources</a></h2>
633bc4a3 138<p>
c924c2c6 139
6f88b01d 140<h3><a href="#TOCprerequisites" name="prerequisites">Prerequisites</a></h3>
633bc4a3 141<ul>
142<p>
c924c2c6 143Tools needed to follow the package download steps :
144
633bc4a3 145<li>wget
146<li>bzip2
147<li>gzip
148<li>tar
c924c2c6 149
633bc4a3 150<p>
c924c2c6 151You have to install the standard development libraries and programs necessary
152to compile a kernel :
153
84cf5903 154<PRE>
c924c2c6 155(from Documentation/Changes in the Linux kernel tree)
84cf5903 156Gnu C 2.95.3 # gcc --version
157Gnu make 3.79.1 # make --version
158binutils 2.12 # ld -v
159util-linux 2.10o # fdformat --version
160module-init-tools 0.9.10 # depmod -V
161</PRE>
c924c2c6 162
633bc4a3 163<p>
c924c2c6 164You might also want to have libncurses5 to have the text mode kernel
165configuration menu, but there are alternatives.
166
633bc4a3 167<p>
c924c2c6 168Prerequisites for LTTV 0.x.x installation are :
169
84cf5903 170<PRE>
171gcc 3.2 or better
172gtk 2.4 or better development libraries
c924c2c6 173 (Debian : libgtk2.0, libgtk2.0-dev)
174 (Fedora : gtk2, gtk2-devel)
175 note : For Fedora users : this might require at least core 3 from Fedora,
176 or you might have to compile your own GTK2 library.
11b7882e 177glib 2.16 or better development libraries
c924c2c6 178 (Debian : libglib2.0-0, libglib2.0-dev)
179 (Fedora : glib2, glib2-devel)
84cf5903 180libpopt development libraries
c924c2c6 181 (Debian : libpopt0, libpopt-dev)
182 (Fedora : popt)
84cf5903 183libpango development libraries
c924c2c6 184 (Debian : libpango1.0, libpango1.0-dev)
185 (Fedora : pango, pango-devel)
84cf5903 186libc6 development librairies
c924c2c6 187 (Debian : libc6, libc6-dev)
188 (Fedora : glibc, glibc)
84cf5903 189</PRE>
633bc4a3 190</ul>
c924c2c6 191
c8997124 192<li>Reminder</li>
c924c2c6 193
c8997124 194<p>
633bc4a3 195See the list of compatibilities between LTTng, ltt-control and LTTV at :
196<a
71e47a2f 197href="http://lttng.org/cgi-bin/gitweb.cgi?p=lttv.git;a=blob_plain;f=doc/developer/lttng-lttv-compatibility.html;hb=HEAD">LTTng+LTTV versions compatibility</a>.
c924c2c6 198
199
6f88b01d 200<h3><a href="#TOCgetlttng" name="getlttng">Getting the LTTng packages</a></h3>
c924c2c6 201
c8997124 202<PRE>
c924c2c6 203su -
204mkdir /usr/src/lttng
205cd /usr/src/lttng
e17e5fbd
MD
206(see http://lttng.org/files/lttng for package listing)
207wget http://lttng.org/files/lttng/patch-2.6.X-lttng-0.x.xx.tar.bz2
208wget http://lttng.org/files/lttng/lttng-modules-0.x.tar.bz2
c924c2c6 209bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof -
e17e5fbd 210bzip2 -cd lttng-modules-0.x.tar.bz2 | tar xvof -
c8997124 211</PRE>
c924c2c6 212
213
6f88b01d 214<h3><a href="#TOCgetlttngsrc" name="getlttngsrc">Getting LTTng kernel sources</a></h3>
c924c2c6 215
c8997124 216<PRE>
c924c2c6 217su -
218cd /usr/src
219wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.X.tar.bz2
220bzip2 -cd linux-2.6.X.tar.bz2 | tar xvof -
221cd linux-2.6.X
222- For LTTng 0.9.4- cat /usr/src/lttng/patch*-2.6.X-lttng-0.x.xx* | patch -p1
223- For LTTng 0.9.5+ apply the patches in the order specified in the series file,
224 or use quilt
225cd ..
226mv linux-2.6.X linux-2.6.X-lttng-0.x.xx
c8997124 227</PRE>
c924c2c6 228
229
6f88b01d 230<h3><a href="#TOCinstalllttng" name="installlttng">Installing a LTTng kernel</a></h3>
c924c2c6 231
c8997124 232<PRE>
c924c2c6 233su -
234cd /usr/src/linux-2.6.X-lttng-0.x.xx
235make menuconfig (or make xconfig or make config)
7b1aa266 236 Select the &lt; Help &gt; button if you are not familiar with kernel
c924c2c6 237 configuration.
238 Items preceded by [*] means they has to be built into the kernel.
239 Items preceded by [M] means they has to be built as modules.
240 Items preceded by [ ] means they should be removed.
241 go to the "General setup" section
242 Select the following options :
243 [*] Prompt for development and/or incomplete code/drivers
244 [*] Activate markers
c924c2c6 245 [*] Immediate value optimization (optional)
7b1aa266
MD
246 Select &lt;Exit&gt;
247 Select &lt;Exit&gt;
248 Select &lt;Yes&gt;
c924c2c6 249make
250make modules_install
251(if necessary, create a initrd with mkinitrd or your preferate alternative)
252(mkinitrd -o /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx)
253
254-- on X86, X86_64
255make install
256reboot
257Select the Linux 2.6.X-lttng-0.x.xx kernel in your boot loader.
258
259-- on PowerPC
260cp vmlinux.strip /boot/vmlinux-2.6.X-lttng-0.x.xx
261cp System.map /boot/System.map-2.6.X-lttng-0.x.xx
262cp .config /boot/config-2.6.X-lttng-0.x.xx
263depmod -ae -F /boot/System.map-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
264mkinitrd /boot/initrd.img-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
265(edit /etc/yaboot.conf to add a new entry pointing to your kernel : the entry
266that comes first is the default kernel)
267ybin
268select the right entry at the yaboot prompt (see choices : tab, select : type
269the kernel name followed by enter)
270Select the Linux 2.6.X-lttng-0.x.xx kernel in your boot loader.
271--
c8997124 272</PRE>
c924c2c6 273
e17e5fbd
MD
274
275<h3><a href="#TOCinstalllttng" name="installlttng">Installing the LTTng modules</a></h3>
276
277<PRE>
278su -
279cd /usr/src/lttng/lttng-modules-0.x
280KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make
281KERNELDIR=/usr/src/linux-2.6.X-lttng-0.x.xx make modules_install
2e0b7f44
MD
282
283Optionally, make can be prefixed with tracer options:
284
285EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE" make
286EXTRA_CFLAGS="-DLTT_VMCORE" make
287EXTRA_CFLAGS="-DLTT_DEBUG_EVENT_SIZE -DLTT_VMCORE" make
e17e5fbd
MD
288</PRE>
289
6f88b01d 290<h3><a href="#TOCeditconfig" name="editconfig">Editing the system wide
291configuration</a></h3>
c924c2c6 292
c8997124 293<p>
c924c2c6 294You must activate debugfs and specify a mount point. This is typically done in
c8997124 295fstab such that it happens at boot time. If you have never used DebugFS before,
296these operation would do this for you :
c924c2c6 297
c8997124 298<PRE>
c924c2c6 299mkdir /mnt/debugfs
300cp /etc/fstab /etc/fstab.lttng.bkp
301echo "debugfs /mnt/debugfs debugfs rw 0 0" >> /etc/fstab
c8997124 302</PRE>
c924c2c6 303
c8997124 304<p>
c924c2c6 305then, rebooting or issuing the following command will activate debugfs :
c8997124 306<PRE>
c924c2c6 307mount /mnt/debugfs
c8997124 308</PRE>
c924c2c6 309
c8997124 310<p>
c924c2c6 311You need to load the LTT modules to be able to control tracing from user
312space. This is done by issuing the following commands. Note however
313these commands load all LTT modules. Depending on what options you chose to
314compile statically, you may not need to issue all these commands.
315
c8997124 316<PRE>
c924c2c6 317modprobe ltt-trace-control
318modprobe ltt-marker-control
319modprobe ltt-tracer
c924c2c6 320modprobe ltt-relay
321modprobe ipc-trace
322modprobe kernel-trace
323modprobe mm-trace
324modprobe net-trace
325modprobe fs-trace
326modprobe jbd2-trace
327modprobe ext4-trace
328modprobe syscall-trace
329modprobe trap-trace
e3bf857c 330modprobe block-trace
c924c2c6 331#if locking tracing is wanted, uncomment the following
332#modprobe lockdep-trace
c8997124 333</PRE>
c924c2c6 334
c8997124 335<p>
c924c2c6 336If you want to have complete information about the kernel state (including all
337the process names), you need to load the ltt-statedump module. This is done by
338issuing the command :
339
c8997124 340<PRE>
c924c2c6 341modprobe ltt-statedump
c8997124 342</PRE>
343<p>
c924c2c6 344You can automate at boot time loading the ltt-control module by :
345
c8997124 346<PRE>
c924c2c6 347cp /etc/modules /etc/modules.bkp
348echo ltt-trace-control >> /etc/modules
349echo ltt-marker-control >> /etc/modules
350echo ltt-tracer >> /etc/modules
c924c2c6 351echo ltt-relay >> /etc/modules
352echo ipc-trace >> /etc/modules
353echo kernel-trace >> /etc/modules
354echo mm-trace >> /etc/modules
355echo net-trace >> /etc/modules
356echo fs-trace >> /etc/modules
357echo jbd2-trace >> /etc/modules
358echo ext4-trace >> /etc/modules
359echo syscall-trace >> /etc/modules
360echo trap-trace >> /etc/modules
361#if locking tracing is wanted, uncomment the following
362#echo lockdep-trace >> /etc/modules
c8997124 363</PRE>
c924c2c6 364
6f88b01d 365
366<h3><a href="#TOCgetlttctl" name="getlttctl">Getting and installing the
367ltt-control package (on the traced machine)</a></h3>
c8997124 368<p>
c924c2c6 369(note : the ltt-control package contains lttd and lttctl. Although it has the
370same name as the ltt-control kernel module, they are *not* the same thing.)
c8997124 371
372<PRE>
c924c2c6 373su -
374cd /usr/src
db44dd15 375wget http://lttng.org/files/lttng/ltt-control-0.x-xxxx2006.tar.gz
c924c2c6 376gzip -cd ltt-control-0.x-xxxx2008.tar.gz | tar xvof -
377cd ltt-control-0.x-xxxx2006
378(refer to README to see the development libraries that must be installed on you
379system)
380./configure
381make
382make install
4411682a
MD
383# (run ldconfig to ensure new shared objects are taken into account)
384ldconfig
c8997124 385</PRE>
c924c2c6 386
38b04cd7 387<h3><a href="#TOCuserspacetracing" name="userspacetracing">Userspace tracing</a></h3>
c924c2c6 388
c8997124 389<PRE>
c924c2c6 390Make sure you selected the kernel menuconfig option :
7b1aa266 391 &lt;M&gt; or &lt;*&gt; Support logging events from userspace
c924c2c6 392And that the ltt-userspace-event kernel module is loaded if selected as a
393module.
394
395Simple userspace tracing is available through
7b1aa266 396echo "some text to record" &gt; /mnt/debugfs/ltt/write_event
c924c2c6 397
398It will appear in the trace under event :
399channel : userspace
400event name : event
c8997124 401</PRE>
c924c2c6 402
6f88b01d 403<h3><a href="#TOCgetlttv" name="getlttv">Getting and installing the LTTV package
404(on the visualisation machine, same
405or different from the visualisation machine)</a></h3>
c924c2c6 406
c8997124 407<PRE>
c924c2c6 408su -
409cd /usr/src
db44dd15 410wget http://lttng.org/files/packages/lttv-0.x.xx-xxxx2008.tar.gz
c924c2c6 411gzip -cd lttv-0.x.xx-xxxx2008.tar.gz | tar xvof -
412cd lttv-0.x.xx-xxxx2008
413(refer to README to see the development libraries that must be installed on your
414system)
415./configure
416make
417make install
4411682a
MD
418# (run ldconfig to ensure new shared objects are taken into account)
419ldconfig
13d7a628 420</PRE>
c924c2c6 421
c8997124 422<hr />
c924c2c6 423
c924c2c6 424
89aa576c 425<h2><a href="#TOCsection2" name="section2">Using LTTng and LTTV</a></h2>
c924c2c6 426
d58b406f 427<li><b>IMPORTANT : Arm Linux Kernel Markers after each boot before tracing</b></li>
c8997124 428<PRE>
c924c2c6 429ltt-armall
c8997124 430</PRE>
c924c2c6 431
d58b406f 432<h3><a href="#TOCuselttvgui" name="uselttvgui">Use graphical LTTV to control
433tracing and analyse traces</a></h3>
c8997124 434<PRE>
c924c2c6 435lttv-gui (or /usr/local/bin/lttv-gui)
436 - Spot the "Tracing Control" icon : click on it
437 (it's a traffic light icon)
438 - enter the root password
439 - click "start"
440 - click "stop"
441 - Yes
442 * You should now see a trace
c8997124 443</PRE>
c924c2c6 444
d58b406f 445<h3><a href="#TOCuselttngtext" name="uselttngtext">Use text mode LTTng to control tracing</a></h3>
c8997124 446<PRE>
c924c2c6 447The tracing can be controlled from a terminal by using the lttctl command (as
448root).
449
450Start tracing :
451
452lttctl -C -w /tmp/trace1 trace1
453
454Stop tracing and destroy trace channels :
455
456lttctl -D trace1
457
458see lttctl --help for details.
df7f63ab 459</PRE>
c8997124 460<p>
c924c2c6 461(note : to see if the buffers has been filled, look at the dmesg output after
196f71c4 462lttctl -D or after stopping tracing from the GUI, it will show an event lost
c924c2c6 463count. If it is the case, try using larger buffers. See lttctl --help to learn
464how. lttv now also shows event lost messages in the console when loading a trace
465with missing events or lost subbuffers.)
466
d58b406f 467<h3><a href="#TOCuselttvtext" name="uselttvtext">Use text mode LTTV</a></h3>
c8997124 468<p>
c924c2c6 469Feel free to look in /usr/local/lib/lttv/plugins to see all the text and
470graphical plugins available.
c8997124 471<p>
c924c2c6 472For example, a simple trace dump in text format is available with :
c8997124 473<PRE>
c924c2c6 474lttv -m textDump -t /tmp/trace
c8997124 475</PRE>
c8997124 476<p>
477See lttv -m textDump --help for detailed command line options of textDump.
c8997124 478<p>
c924c2c6 479It is, in the current state of the project, very useful to use "grep" on the
480text output to filter by specific event fields. You can later copy the timestamp
481of the events to the clipboard and paste them in the GUI by clicking on the
482bottom right label "Current time". Support for this type of filtering should
483be added to the filter module soon.
484
d58b406f 485<h3><a href="#TOChybrid" name="hybrid">Tracing in "Hybrid" mode</a></h3>
c8997124 486<p>
c924c2c6 487Starting from LTTng 0.5.105 and ltt-control 0.20, a new mode can be used :
488hybrid. It can be especially useful when studying big workloads on a long period
489of time.
c8997124 490<p>
c924c2c6 491When using this mode, the most important, low rate control information will be
492recorded during all the trace by lttd (i.e. process creation/exit). The high
493rate information (i.e. interrupt/traps/syscall entry/exit) will be kept in a
494flight recorder buffer (now named flight-channelname_X).
c8997124 495<p>
c924c2c6 496The following lttctl commands take an hybrid trace :
c8997124 497<p>
c924c2c6 498Create trace channel, start lttd on normal channels, start tracing:
c8997124 499<PRE>
c924c2c6 500lttctl -C -w /tmp/trace2 -o channel.kernel.overwrite=1 trace2
c8997124 501</PRE>
502<p>
c924c2c6 503Stop tracing, start lttd on flight recorder channels, destroy trace channels :
c8997124 504<PRE>
c924c2c6 505lttctl -D -w /tmp/trace2 trace2
c8997124 506</PRE>
507<p>
c924c2c6 508Each "overwrite" channel is flight recorder channel.
509
d58b406f 510
511<h3><a href="#TOCflight" name="flight">Tracing in flight recorder mode</a></h3>
c8997124 512<li>Flight recorder mode</li>
c8997124 513<p>
c924c2c6 514The flight recorder mode writes data into overwritten buffers for all channels,
515including control channels, except for the facilities tracefiles. It consists of
516setting all channels to "overwrite".
c8997124 517<p>
c924c2c6 518The following lttctl commands take a flight recorder trace :
c8997124 519<PRE>
c924c2c6 520lttctl -C -w /tmp/trace3 -o channel.all.overwrite=1 trace3
521...
522lttctl -D -w /tmp/trace3 trace3
c8997124 523</PRE>
c924c2c6 524
89aa576c 525<hr />
526
527
528<h2><a href="#TOCsection3" name="section3">Adding new instrumentations with the
529markers</a></h2>
530<p>
c924c2c6 531
47e2b195 532<h3><a href="#TOCkerneltp" name="kerneltp">Adding kernel
533instrumentation</a></h3>
534
89aa576c 535<p>
47e2b195 536See <a
537href="http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=blob;f=Documentation/markers.txt">Documentation/markers.txt</a>
538and <a
81654ff7 539href="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
c924c2c6 540tree.
47e2b195 541<p>
542Also see <a
543href="http://git.kernel.org/?p=linux/kernel/git/compudj/linux-2.6-lttng.git;a=tree;f=ltt/probes">ltt/probes/</a>
544for LTTng probe examples.
545
546<h3><a href="#TOCusertp" name="usertp">Adding userspace instrumentation</a></h3>
c924c2c6 547
305fd815 548Add new events to userspace programs with
db44dd15 549<a href="http://lttng.org/files/packages/">userspace markers packages</a>.
c924c2c6 550Get the latest markers-userspace-*.tar.bz2 and see the Makefile and examples. It
551allows inserting markers in executables and libraries, currently only on x86_32
552and x86_64.
e01a1ce1 553See <a
db44dd15 554href="http://lttng.org/files/packages/markers-userspace-0.5.tar.bz2">markers-userspace-0.5.tar.bz2</a> or more recent.
e01a1ce1 555
38b04cd7 556<p>
71e47a2f
MD
557Note that tracepoint/marker-based userspace tracing is available at <a
558href="http://lttng.org/ust/">LTTng User-space Tracer (UST)</a>.
38b04cd7 559
560<p>
561The easy quick-and-dirty way to perform userspace tracing is currently to write
562an string to /mnt/debugfs/ltt/write_event. See <a
563href="#userspacetracing">Userspace tracing</a> in the
564installation for sources section of this document.
e01a1ce1 565
89aa576c 566<hr />
633bc4a3 567
89aa576c 568<h2><a href="#TOCsection4" name="section4">Creating Debian or RPM packages</a></h2>
569<p>
633bc4a3 570
98dde887 571<h3><a href="#TOCpkgdebian" name="pkgdebian">Create custom LTTV Debian packages</a></h3>
633bc4a3 572
89aa576c 573<PRE>
574Use : dpkg-buildpackage -rfakeroot
575</PRE>
576<p>
633bc4a3 577You should then have your LTTV .deb files created for your architecture.
578
98dde887 579<h3><a href="#TOCpkglttng" name="pkglttng">Create custom LTTng packages</a></h3>
89aa576c 580<p>
633bc4a3 581For building LTTng Debian packages :
89aa576c 582get the build tree with patches applies as explained in section 2.
633bc4a3 583
89aa576c 584<PRE>
633bc4a3 585make menuconfig (or xconfig or config) (customize your configuration)
586make-kpkg kernel_image
89aa576c 587</PRE>
588<p>
633bc4a3 589You will then see your freshly created .deb in /usr/src. Install it with
89aa576c 590<PRE>
633bc4a3 591dpkg -i /usr/src/(image-name).deb
89aa576c 592</PRE>
593<p>
633bc4a3 594Then, follow the section "Editing the system wide configuration" in section 2.
595
70a3fc43 596<hr />
633bc4a3 597
c924c2c6 598 </body>
599</html>
This page took 0.065321 seconds and 4 git commands to generate.