X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2FQUICKSTART;h=b43ab3e5b053863dc43f210ae2d1c7529d77d00e;hb=43927be91887382f5f908441d05d4a2379b0ae68;hp=45862eee256b16091f7889eaf38518c865abcb5a;hpb=839a3ec6f5dc85f012828170d7ca80cb4f45d8cc;p=lttv.git diff --git a/trunk/lttv/QUICKSTART b/trunk/lttv/QUICKSTART index 45862eee..b43ab3e5 100644 --- a/trunk/lttv/QUICKSTART +++ b/trunk/lttv/QUICKSTART @@ -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)