DescriptionCustom objdump to enable perf annotation
Allows jitted code to be annotated in perf. To use:
1) Report generated code in code-(pid)-1.asm.
perf record -- d8 --print-code --redirect-code-traces script.js
2) Run perf report from the directory containing the above code file.
perf report --objdump=v8/tools/objdump-v8
This script supports generated code from both crankshaft or turbofan.
BUG=
Committed: https://crrev.com/dbba4b40be3beeaf4834c971d88dd94bf43db8f5
Cr-Commit-Position: refs/heads/master@{#37913}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 15 (8 generated)
|