masters-pmf: add scripts
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 26 Sep 2008 16:22:36 +0000 (16:22 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 26 Sep 2008 16:22:36 +0000 (16:22 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@3069 04897980-b3bd-0310-b5e0-8ef037075253

trunk/masters-pmf/bin/start_trace [new file with mode: 0755]
trunk/masters-pmf/bin/stop_trace [new file with mode: 0755]

diff --git a/trunk/masters-pmf/bin/start_trace b/trunk/masters-pmf/bin/start_trace
new file mode 100755 (executable)
index 0000000..1f878f1
--- /dev/null
@@ -0,0 +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
diff --git a/trunk/masters-pmf/bin/stop_trace b/trunk/masters-pmf/bin/stop_trace
new file mode 100755 (executable)
index 0000000..f396fbb
--- /dev/null
@@ -0,0 +1 @@
+exec /usr/local/bin/lttctl -n trace -R
This page took 0.030035 seconds and 4 git commands to generate.