From bc5042b2ecb1cb352702a60482900133cecd2ddd Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 14 Jul 2008 21:13:40 +0000 Subject: [PATCH] 64 bits git-svn-id: http://ltt.polymtl.ca/svn@2958 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/lttctl/ltt-armalluser.sh | 3 +-- ltt-control/lttctl/ltt-disarmalluser.sh | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ltt-control/lttctl/ltt-armalluser.sh b/ltt-control/lttctl/ltt-armalluser.sh index d8bbcd2..10f4d7b 100755 --- a/ltt-control/lttctl/ltt-armalluser.sh +++ b/ltt-control/lttctl/ltt-armalluser.sh @@ -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= diff --git a/ltt-control/lttctl/ltt-disarmalluser.sh b/ltt-control/lttctl/ltt-disarmalluser.sh index 55c3e6b..9897061 100755 --- a/ltt-control/lttctl/ltt-disarmalluser.sh +++ b/ltt-control/lttctl/ltt-disarmalluser.sh @@ -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= -- 2.34.1