X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FQUICKSTART;h=513023531a3101f8dea95aa55a921133ab015ad3;hb=d20f7ef655cab7ae2fc9392e608eea62eceb7dba;hp=3ee7e75d484a2ec334bc037ccebe7415e591e616;hpb=620920a8bac4b5adf6397a691895479298a608b5;p=lttv.git diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 3ee7e75d..51302353 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -38,6 +38,7 @@ supported architectures : Intel Pentium (UP/SMP) with TSC PowerPC 32 and 64 bits ARM +x86_64 C2 Microsystems (variant of MIPS) LTTV : @@ -284,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 @@ -294,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