X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=lttctl%2Fltt-armalluser.sh;fp=lttctl%2Fltt-armalluser.sh;h=0000000000000000000000000000000000000000;hb=72e89fb698f09b2489b76300f83a17c157bf662c;hp=290e360b42f4b16b02ff32cbf8a7340be2b4824d;hpb=a2e9a724c831e00a02a494a8754a59cd30247310;p=ltt-control.git diff --git a/lttctl/ltt-armalluser.sh b/lttctl/ltt-armalluser.sh deleted file mode 100755 index 290e360..0000000 --- a/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