filtering by pid in cfv
[lttv.git] / ltt / branches / poly / QUICKSTART
index b5d31f7e30e64d105f1d20150a76c675f3babe52..3ee7e75d484a2ec334bc037ccebe7415e591e616 100644 (file)
@@ -204,7 +204,7 @@ bzip2 -cd patch-2.6.X-lttng-0.x.xx.tar.bz2 | tar xvof -
 
 su -
 cd /usr/src
-wget http://kernel.org/pub/linux/kernel/v2.6/testing/linux-2.6.X.tar.bz2
+wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.X.tar.bz2
 bzip2 -cd linux-2.6.X.tar.bz2 | tar xvof -
 cd linux-2.6.X
 cat /usr/src/lttng/patch-2.6.X-lttng-0.x.xx* | patch -p1
@@ -247,10 +247,10 @@ make modules_install
 -- on X86, X86_64
 make install
 reboot
-Select the Linux 2.6.16-lttng-0.x.xx kernel in your boot loader.
+Select the Linux 2.6.17-lttng-0.x.xx kernel in your boot loader.
 
 -- on PowerPC
-cp vmlinux /boot/vmlinux-2.6.X-lttng-0.x.xx
+cp vmlinux.strip /boot/vmlinux-2.6.X-lttng-0.x.xx
 cp System.map /boot/System.map-2.6.X-lttng-0.x.xx
 cp .config /boot/config-2.6.X-lttng-0.x.xx
 depmod -ae -F /boot/System.map-2.6.X-lttng-0.x.xx 2.6.X-lttng-0.x.xx
@@ -260,7 +260,7 @@ that comes first is the default kernel)
 ybin
 select the right entry at the yaboot prompt (see choices : tab, select : type
 the kernel name followed by enter)
-Select the Linux 2.6.16-lttng-0.x.xx kernel in your boot loader.
+Select the Linux 2.6.17-lttng-0.x.xx kernel in your boot loader.
 --
 
 
@@ -401,14 +401,14 @@ cp process.xml yourfacility.xml
 cd /tmp
 /usr/local/bin/genevent /usr/local/share/LinuxTraceToolkitViewer/facilities/yourfacility.xml
 cp ltt-facility-yourfacility.h ltt-facility-id-yourfacility.h \
-         /usr/src/linux-2.6.16-lttng-0.x.xx8/include/linux/ltt
+         /usr/src/linux-2.6.17-lttng-0.x.xx8/include/linux/ltt
 cp ltt-facility-loader-yourfacility.c ltt-facility-loader-yourfacility.h \
-         /usr/src/linux-2.6.16-lttng-0.x.xx/ltt
+         /usr/src/linux-2.6.17-lttng-0.x.xx/ltt
   * edit the kernel file you want to instrument
     - Add #include <linux/ltt/ltt-facility-yourfacility.h> at the beginning
       of the file.
     - Add a call to the tracing functions. See their names and parameters in
-      /usr/src/linux-2.6.16-lttng-0.x.xx/include/linux/ltt/ltt-facility-yourfacility.h
+      /usr/src/linux-2.6.17-lttng-0.x.xx/include/linux/ltt/ltt-facility-yourfacility.h
     
 * Add new events to userspace programs with genevent
 See http://ltt.polymtl.ca/ > USERSPACE TRACING QUICKSTART
This page took 0.023862 seconds and 4 git commands to generate.