update armall
[ltt-control.git] / trunk / ltt-control / lttctl / ltt-armall.sh
index 08cc32eb866d008f44556ece979e8a63b7e27e61..d71828bd70d31854c3984944c611ef401b0eacc7 100755 (executable)
@@ -33,10 +33,10 @@ done
 # Connect the interesting high-speed markers to the marker tap.
 # Markers starting with "tap_" are considered high-speed.
 echo Connecting high-rate markers to tap
-MARKERS=`cat /proc/ltt | grep ^tap_`
+MARKERS=`cat /proc/ltt|grep -v %k|awk '{print $2}'|sort -u |grep ^tap_`
 
 #Uncomment the following to also record lockdep events.
-#MARKERS=`cat /proc/ltt | grep -e ^tap_ -e ^lockdep`
+#MARKERS=`cat /proc/ltt|grep -v %k|awk '{print $2}'|sort -u|grep -e ^tap_ -e ^lockdep`
 
 for a in $MARKERS; do
        echo Connecting $a
This page took 0.022686 seconds and 4 git commands to generate.