64 bits
[ltt-control.git] / ltt-control / lttctl / ltt-armalluser.sh
CommitLineData
6615e1cf 1#excluding core markers (already connected)
2#excluding locking markers (high traffic)
3
56bf1966 4echo Connecting all userspace markers of _CURRENTLY RUNNING_ processes only !
6615e1cf 5
6for a in /proc/[0-9]*; do
6615e1cf 7 for marker in $a/markers; do
bc5042b2 8 echo Connecting marker $a:$marker
6615e1cf 9 case $marker in
10 *)
11 CHANNEL=
12 ;;
13 esac
14 echo "connect $marker default dynamic $CHANNEL" > /proc/ltt
15 done
16done
This page took 0.02364 seconds and 4 git commands to generate.