From 72013e4093fbaf26456b22101550d58253e858dd Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 27 Jul 2006 21:24:16 +0000 Subject: [PATCH] update quickstart git-svn-id: http://ltt.polymtl.ca/svn@2023 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 8d62d9b4..51302353 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -285,6 +285,8 @@ You need to load the ltt-control module to be able to control tracing from user space. This is done by issuing the command : modprobe ltt-control +modprobe ltt-core +modprobe ltt-relay 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 @@ -295,6 +297,8 @@ modprobe ltt-statedump You can automate at boot time loading the ltt-control module by : echo ltt-control >> /etc/modules +echo ltt-core >> /etc/modules +echo ltt-relay >> /etc/modules echo ltt-statedump >> /etc/modules -- 2.34.1