64 bits
[ltt-control.git] / ltt-control / lttctl / ltt-disarmalluser.sh
index 6383adef091bf6b87ad34197de5559608a1ce338..0d0f1eb5ac4681af49e884f0c3fa5a36802691bc 100755 (executable)
@@ -4,7 +4,7 @@
 echo Disconnecting all userspace markers of _RUNNING PROCESSES_ only !
 
 for a in /proc/[0-9]*; do
-       for marker in `cat $a/markers`; do
+       for marker in `cat $a/markers | awk '{print $2}'`; do
                echo Disonnecting marker $a:$marker
                case $marker in 
                *)
This page took 0.021977 seconds and 4 git commands to generate.