X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FQUICKSTART;fp=ltt%2Fbranches%2Fpoly%2FQUICKSTART;h=513023531a3101f8dea95aa55a921133ab015ad3;hb=72013e4093fbaf26456b22101550d58253e858dd;hp=8d62d9b41ff16d7dfc9e1e6770e9e6de8e37eb67;hpb=313b377139551fa3e8a1a7cb8783b210f8bed439;p=lttv.git 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