64 bits
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 21:13:40 +0000 (21:13 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 14 Jul 2008 21:13:40 +0000 (21:13 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2958 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/lttctl/ltt-armalluser.sh
ltt-control/lttctl/ltt-disarmalluser.sh

index d8bbcd2221c9e90961780f37b53542ff5e0d47ea..10f4d7b5042bb7502121b27a51d7f51b3b78d387 100755 (executable)
@@ -4,9 +4,8 @@
 echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only !
 
 for a in /proc/[0-9]*; do
-       echo Connecting markers in $a
-
        for marker in $a/markers; do
+               echo Connecting marker $a:$marker
                case $marker in 
                *)
                        CHANNEL=
index 55c3e6b5c241b67eb1e9f4ad0facd7317b8baf62..98970614d599582d400b702d38d17bf03161f8f5 100755 (executable)
@@ -1,12 +1,11 @@
 #excluding core markers (already connected)
 #excluding locking markers (high traffic)
 
-echo Connecting all userspace markers
+echo Disconnecting all userspace markers of _RUNNING PROCESSES_ only !
 
 for a in /proc/[0-9]*; do
-       echo Connecting markers in $a
-
        for marker in $a/markers; do
+               echo Disonnecting marker $a:$marker
                case $marker in 
                *)
                        CHANNEL=
This page took 0.023765 seconds and 4 git commands to generate.