X-Git-Url: http://git.liburcu.org/?p=ltt-control.git;a=blobdiff_plain;f=lttctl%2Fltt-disarmall.sh;h=d06950f37bbc2685cc0c2298f79a648e723fee68;hp=2473b815bf4c2a713b8ef71300717c5878a4edd9;hb=1606599b9904eca166d9c30268d79b9641245a82;hpb=72e89fb698f09b2489b76300f83a17c157bf662c diff --git a/lttctl/ltt-disarmall.sh b/lttctl/ltt-disarmall.sh index 2473b81..d06950f 100755 --- a/lttctl/ltt-disarmall.sh +++ b/lttctl/ltt-disarmall.sh @@ -1,6 +1,3 @@ -#excluding core markers (already connected) -#excluding locking markers (high traffic) - DEBUGFSROOT=$(grep ^debugfs /proc/mounts | head -1 | awk '{print $2}') MARKERSROOT=${DEBUGFSROOT}/ltt/markers @@ -22,17 +19,3 @@ for c in ${MARKERSROOT}/*; do ;; esac done - -## Markers starting with "tap_" are considered high-speed. -#echo Disconnecting high-rate markers to tap -#MARKERS=`cat /proc/ltt|grep -v %k|awk '{print $2 " " $4}'|sort -u |grep ^tap` -# -##Uncomment the following to also stop recording lockdep events. -##MARKERS=`cat /proc/ltt|grep -v %k|awk '{print $2}'|sort -u|grep -e ^tap_ -e ^lockdep` -# -#IFS=${N} -#for a in $MARKERS; do -# echo Disconnecting $a -# -# echo "disconnect $a ltt_tap_marker" > /proc/ltt -#done