update commands for new lttctl args
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Jul 2009 21:12:12 +0000 (21:12 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 10 Jul 2009 21:12:12 +0000 (21:12 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@3412 04897980-b3bd-0310-b5e0-8ef037075253

trunk/masters-pmf/bin/start_trace
trunk/masters-pmf/bin/stop_trace

index 1f878f185f612ec62e7270d27fa3b57b55478f4d..4d2c4efbaa48d50af03ebb6b09f94d07261f37e8 100755 (executable)
@@ -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
index f396fbbfbb5b5b21e1b2fd999e47436cab0c4f5a..ddc9bc20893a63ba39dcca914674ff24b57ba697 100755 (executable)
@@ -1 +1 @@
-exec /usr/local/bin/lttctl -n trace -R
+exec /usr/local/bin/lttctl -D trace
This page took 0.024033 seconds and 4 git commands to generate.