64 bits
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
index c39009778cfcf2e63d29bc3a473b4ef1a09772b7..aa670891ba06e9718941f3055514fb6cdef72167 100755 (executable)
@@ -4,7 +4,7 @@
 echo Connecting all userspace markers of _CURRENTLY 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 Connecting marker $a:$marker
                case $marker in 
                *)
This page took 0.023361 seconds and 4 git commands to generate.