Index: tools/run-llprof.sh |
diff --git a/tools/run-llprof.sh b/tools/run-llprof.sh |
index d526170d1fab95798ce7380e1fcd87689e5b52cb..54a3881f204f2feca01b253fb4fd411e91e8ce6a 100755 |
--- a/tools/run-llprof.sh |
+++ b/tools/run-llprof.sh |
@@ -66,4 +66,4 @@ if [ "$ACTUAL_KERNEL_MAP_RESTRICTION" -ne "0" ] ; then |
fi |
echo "Running benchmark..." |
-perf record -R -e cycles -c $SAMPLE_EVERY_N_CYCLES -f -i $@ --ll-prof |
+perf record -R -e cycles -c $SAMPLE_EVERY_N_CYCLES -i $@ --ll-prof |