update version
[ltt-control.git] / ltt-control / lttctl / ltt-disarmalluser.sh
index 55c3e6b5c241b67eb1e9f4ad0facd7317b8baf62..0d0f1eb5ac4681af49e884f0c3fa5a36802691bc 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
+       for marker in `cat $a/markers | awk '{print $2}'`; do
+               echo Disonnecting marker $a:$marker
                case $marker in 
                *)
                        CHANNEL=
This page took 0.022097 seconds and 4 git commands to generate.