update
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
index 10f4d7b5042bb7502121b27a51d7f51b3b78d387..290e360b42f4b16b02ff32cbf8a7340be2b4824d 100755 (executable)
@@ -2,9 +2,11 @@
 #excluding locking markers (high traffic)
 
 echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only !
+echo All the markers listed here will also automatically be enabled if 
+echo present in a newly created process.
 
 for a in /proc/[0-9]*; do
-       for marker in $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.022063 seconds and 4 git commands to generate.