X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt-control%2Flttctl%2Fltt-armalluser.sh;fp=ltt-control%2Flttctl%2Fltt-armalluser.sh;h=0000000000000000000000000000000000000000;hb=f64efc67a081bb9013f5939ec9e4ca514cd94d0f;hp=290e360b42f4b16b02ff32cbf8a7340be2b4824d;hpb=b7898ea36bca61bf37cc682ba5a92bc27189e8d5;p=ltt-control.git diff --git a/ltt-control/lttctl/ltt-armalluser.sh b/ltt-control/lttctl/ltt-armalluser.sh deleted file mode 100755 index 290e360..0000000 --- a/ltt-control/lttctl/ltt-armalluser.sh +++ /dev/null @@ -1,18 +0,0 @@ -#excluding core markers (already connected) -#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 `cat $a/markers | awk '{print $2}'`; do - echo Connecting marker $a:$marker - case $marker in - *) - CHANNEL= - ;; - esac - echo "connect $marker default dynamic $CHANNEL" > /proc/ltt - done -done