update compat
[lttv.git] / trunk / lttv / QUICKSTART
index 45862eee256b16091f7889eaf38518c865abcb5a..225af4f83e7b19996820e43984e3553c5677684c 100644 (file)
@@ -121,6 +121,13 @@ libc6 development librairies
   (Debian : libc6, libc6-dev)
   (Fedora : glibc, glibc)
 
+* Reminder
+
+See the list of compatibilities between LTTng, ltt-control, LTTV and
+markers-userspace at :
+http://ltt.polymtl.ca > LTTng+LTTV versions compatibility
+
+
 
 * Getting the LTTng packages
 
@@ -237,6 +244,10 @@ modprobe kernel-trace
 modprobe mm-trace
 modprobe net-trace
 modprobe fs-trace
+modprobe syscall-trace
+modprobe trap-trace
+#if locking tracing is wanted, uncomment the following
+#modprobe lockdep-trace
 
 If you want to have complete information about the kernel state (including all
 the process names), you need to load the ltt-statedump module. This is done by
@@ -257,6 +268,8 @@ echo kernel-trace >> /etc/modules
 echo mm-trace >> /etc/modules
 echo net-trace >> /etc/modules
 echo fs-trace >> /etc/modules
+#if locking tracing is wanted, uncomment the following
+#echo lockdep-trace >> /etc/modules
 
 
 * Getting and installing the ltt-control package (on the traced machine)
This page took 0.023941 seconds and 4 git commands to generate.