X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2FQUICKSTART;fp=ltt%2Fbranches%2Fpoly%2FQUICKSTART;h=1d798eca9baa4b437835cc82df4eb4b369966a02;hb=b5134e9fdd51ccc13ea7e12387ddb40bd723bb1d;hp=0cc1cd2ced45839e79675386fd1f82a26ca1eeda;hpb=ee33438f2863a9e6c1e966791378a8eded78f168;p=lttv.git diff --git a/ltt/branches/poly/QUICKSTART b/ltt/branches/poly/QUICKSTART index 0cc1cd2c..1d798eca 100644 --- a/ltt/branches/poly/QUICKSTART +++ b/ltt/branches/poly/QUICKSTART @@ -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 ***********************************************************