Commit 0ed74a6e authored by bmeurer@chromium.org's avatar bmeurer@chromium.org

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

R=jarin@chromium.org

Review URL: https://codereview.chromium.org/641973002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24478 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d39fc16a
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment