state.c: track softirq raises
[lttv.git] / ltt / branches / poly / QUICKSTART
index 0cc1cd2ced45839e79675386fd1f82a26ca1eeda..434b22c85e58844bd769d8b91018618320986baa 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
+.. 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.02241 seconds and 4 git commands to generate.