From b5134e9fdd51ccc13ea7e12387ddb40bd723bb1d Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 20 Feb 2008 16:17:21 +0000 Subject: [PATCH] update quickstart git-svn-id: http://ltt.polymtl.ca/svn@2820 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/QUICKSTART | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 *********************************************************** -- 2.34.1