From: Benjamin Poirier Date: Fri, 18 Dec 2009 19:15:10 +0000 (-0500) Subject: Partial revert "runlttv: change valgrind args to give more details" X-Git-Tag: v0.12.26~10 X-Git-Url: http://git.liburcu.org/?p=lttv.git;a=commitdiff_plain;h=0922755467a4a008c0d8f5e5060ce0edb03e3ed9 Partial revert "runlttv: change valgrind args to give more details" This reverts commit 2a65ba6ead92f40eded9946c3413b39d81a338ba. As the manual says "Performance overhead: origin tracking is expensive." Conflicts: runlttv --- diff --git a/runlttv b/runlttv index 5a3e2722..5f3ef31d 100755 --- a/runlttv +++ b/runlttv @@ -89,7 +89,7 @@ LTTV_ARGS="$BOPTIONS $LIBS $TRACEFILES $AOPTIONS" if [ "$HELPER" = "gdb" ]; then LD_LIBRARY_PATH=${BUILDPATH}/ltt/.libs gdb --args $LTTV_EXEC $LTTV_ARGS elif [ "$HELPER" = "valgrind" ]; then - LD_LIBRARY_PATH=${BUILDPATH}/ltt/.libs valgrind --track-origins=yes --show-reachable=yes --leak-check=full --error-limit=no $LTTV_EXEC $LTTV_ARGS + LD_LIBRARY_PATH=${BUILDPATH}/ltt/.libs valgrind --show-reachable=yes --leak-check=full --error-limit=no $LTTV_EXEC $LTTV_ARGS elif [ "$HELPER" = "massif" ]; then LD_LIBRARY_PATH=${BUILDPATH}/ltt/.libs valgrind --tool=massif $LTTV_EXEC $LTTV_ARGS elif [ "$HELPER" = "strace" ]; then