add armalluser
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
diff --git a/ltt-control/lttctl/ltt-armalluser.sh b/ltt-control/lttctl/ltt-armalluser.sh
new file mode 100755 (executable)
index 0000000..cd0a2eb
--- /dev/null
@@ -0,0 +1,17 @@
+#excluding core markers (already connected)
+#excluding locking markers (high traffic)
+
+echo Connecting all userspace markers
+
+for a in /proc/[0-9]*; do
+       echo Connecting markers in $a
+
+       for marker in $a/markers; do
+               case $marker in 
+               *)
+                       CHANNEL=
+                       ;;
+               esac
+               echo "connect $marker default dynamic $CHANNEL" > /proc/ltt
+       done
+done
This page took 0.023743 seconds and 4 git commands to generate.