64 bits
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
index cd0a2eb9f36517f66367b218ff97e7f4ca891cef..c39009778cfcf2e63d29bc3a473b4ef1a09772b7 100755 (executable)
@@ -1,12 +1,11 @@
 #excluding core markers (already connected)
 #excluding locking markers (high traffic)
 
-echo Connecting all userspace markers
+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
+       for marker in `cat $a/markers`; do
+               echo Connecting marker $a:$marker
                case $marker in 
                *)
                        CHANNEL=
This page took 0.022482 seconds and 4 git commands to generate.