update quickstart
[lttv.git] / ltt / branches / poly / QUICKSTART
index 0cc1cd2ced45839e79675386fd1f82a26ca1eeda..1d798eca9baa4b437835cc82df4eb4b369966a02 100644 (file)
@@ -451,11 +451,13 @@ including control channels, except for the facilities tracefiles.
 
 The following lttctl commands take a flight recorder trace :
 
-Create trace channel, start lttd on normal channels, start tracing:
-lttctl -n tracename -d -l /mnt/relayfs/ltt -t /tmp/trace1 -m flight
-
-Stop tracing, start lttd on flight recorder channels, destroy trace channels :
-lttctl -n tracename -f -l /mnt/relayfs/ltt -t /tmp/trace1 -m flight
+lttctl -n trace -c -m flight
+lttd -n -d -t /tmp/trace -c /sys/kernel/debug/ltt 
+lttctl -n trace -s -m flight
+.. do stuff
+lttctl -n trace -q
+lttd -f -d -t /tmp/trace -c /sys/kernel/debug/ltt
+lttctl -m trace -r
 
 
 ***********************************************************
This page took 0.022023 seconds and 4 git commands to generate.