Reviewers: jarin,

Description:
Fix tools/run-llprof.sh to work with newer perf.

[email protected]

Please review this at https://codereview.chromium.org/641973002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M tools/run-llprof.sh


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


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to