From: compudj Date: Mon, 14 Jul 2008 21:13:40 +0000 (+0000) Subject: 64 bits X-Git-Tag: 0.80~70 X-Git-Url: http://git.liburcu.org/?p=ltt-control.git;a=commitdiff_plain;h=bc5042b2ecb1cb352702a60482900133cecd2ddd 64 bits git-svn-id: http://ltt.polymtl.ca/svn@2958 04897980-b3bd-0310-b5e0-8ef037075253 --- 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=