From 56432ccff172a972612a6c5d47f43394f237f1ca Mon Sep 17 00:00:00 2001 From: pmf Date: Fri, 10 Jul 2009 21:12:12 +0000 Subject: [PATCH] update commands for new lttctl args git-svn-id: http://ltt.polymtl.ca/svn@3412 04897980-b3bd-0310-b5e0-8ef037075253 --- trunk/masters-pmf/bin/start_trace | 2 +- trunk/masters-pmf/bin/stop_trace | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/masters-pmf/bin/start_trace b/trunk/masters-pmf/bin/start_trace index 1f878f18..4d2c4efb 100755 --- a/trunk/masters-pmf/bin/start_trace +++ b/trunk/masters-pmf/bin/start_trace @@ -1,2 +1,2 @@ ltt-armall -exec /usr/local/bin/lttctl -l /mnt/debugfs/ltt -t /home/pmf/traces/$(hostname)-$(date +%Y%m%d%H%M%S) -n trace -m normal -d -N 1 +exec /usr/local/bin/lttctl -C --channel_root /mnt/debugfs/ltt -w /home/pmf/traces/$(hostname)-$(date +%Y%m%d%H%M%S) -o channel.all.overwrite=0 -o channel.all.bufsize=1048576 -n 1 trace diff --git a/trunk/masters-pmf/bin/stop_trace b/trunk/masters-pmf/bin/stop_trace index f396fbbf..ddc9bc20 100755 --- a/trunk/masters-pmf/bin/stop_trace +++ b/trunk/masters-pmf/bin/stop_trace @@ -1 +1 @@ -exec /usr/local/bin/lttctl -n trace -R +exec /usr/local/bin/lttctl -D trace -- 2.34.1