update quickstart
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 12 Aug 2008 13:36:16 +0000 (13:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 12 Aug 2008 13:36:16 +0000 (13:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2995 04897980-b3bd-0310-b5e0-8ef037075253

trunk/lttv/QUICKSTART

index 45862eee256b16091f7889eaf38518c865abcb5a..b43ab3e5b053863dc43f210ae2d1c7529d77d00e 100644 (file)
@@ -237,6 +237,8 @@ modprobe kernel-trace
 modprobe mm-trace
 modprobe net-trace
 modprobe fs-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 +259,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.024043 seconds and 4 git commands to generate.