update ust
[lttv.git] / trunk / lttv / QUICKSTART.html
index 59bc934cd24b084be7256cab7f7a25f221be405a..31c6bbae40e2c320d64f7633e12eb931e08b2ce6 100644 (file)
@@ -1,11 +1,11 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-  <title>Linux Trace Toolkit Next Generation User Documentation</title>
+  <title>Linux Trace Toolkit Next Generation Manual</title>
 </head>
   <body>
 
-<h1>Linux Trace Toolkit Next Generation User Documentation</h1>
+<h1>Linux Trace Toolkit Next Generation Manual</h1>
 
 Author : Mathieu Desnoyers, September 2005<br>
 Last update : January 21st, 2009<br>
@@ -15,6 +15,9 @@ Last update : January 21st, 2009<br>
 
 <ul>
 <li><a href="#intro" name="TOCintro">Introduction</a></li>
+<ul>
+<li><a href="#arch" name="TOCarch">Supported architectures</a></li>
+</ul>
 
 <li><a href="#section1" name="TOCsection1">Installing LTTng and LTTV from
 sources</a></li>
@@ -79,11 +82,16 @@ To see the list of compatibilities between LTTng, ltt-control, LTTV, please
 refer to :
 <a
 href="http://ltt.polymtl.ca/svn/trunk/lttv/doc/developer/lttng-lttv-compatibility.html">LTTng+LTTV versions compatibility</a>
-The lttng patch is necessary to have the tracing hooks in the kernel.
+
+The ongoing work had the Linux Kernel Markers integrated in the mainline Linux
+kernel since Linux 2.6.24 and the Tracepoints since 2.6.28. In its current
+state, the lttng patchset is necessary to have the trace clocksource, the
+instrumentation and the LTTng high-speed data extraction mechanism added to the
+kernel.
 
 <br>
 <br>
-Supported architectures : 
+<h3><a href="#TOCarch" name="arch">Supported architectures</a></h3>
 <br>
 LTTng :<br>
 <br>
@@ -92,6 +100,11 @@ LTTng :<br>
 <li> ARM (with limited timestamping precision, e.g. 1HZ. Need
 architecture-specific support for better precision)
 <li> MIPS
+<li> sh (partial architecture-specific instrumentation)
+<li> sparc64 (partial architecture-specific instrumentation)
+<li> s390 (partial architecture-specific instrumentation)
+<li> Other architectures supported without architecture-specific instrumentation
+and with low-resolution timestamps.<br>
 <br>
 <br>
 LTTV :<br>
@@ -422,7 +435,7 @@ see lttctl --help for details.
 </PRE>
 <p>
 (note : to see if the buffers has been filled, look at the dmesg output after
-lttctl -R or after stopping tracing from the GUI, it will show an event lost
+lttctl -D or after stopping tracing from the GUI, it will show an event lost
 count. If it is the case, try using larger buffers. See lttctl --help to learn 
 how. lttv now also shows event lost messages in the console when loading a trace
 with missing events or lost subbuffers.)
This page took 0.024909 seconds and 4 git commands to generate.