From b93e9a1ebb2de2b6ab274c5284c4716e2d99a563 Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 12 Aug 2008 13:36:16 +0000 Subject: [PATCH 1/1] update quickstart git-svn-id: http://ltt.polymtl.ca/svn@2995 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/lttv/QUICKSTART | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.34.1