v8/tools/ignition
ssanfilippo c9fedd252c [Interpreter] Support Linux perf >= 4.1 in linux_perf_report.py.
Since Linux 4.1, flag -f became -F, but the long option --flags stayed
the same. Using --flags assures compatibility with new and old versions.

Also, symbols appear to be reported as name+offset in newer versions
even when not requested, so we trim the latter part if present.

BUG=v8:4899
LOG=N

Review-Url: https://codereview.chromium.org/2134703002
Cr-Commit-Position: refs/heads/master@{#37614}
2016-07-08 16:24:45 +00:00
..
bytecode_dispatches_report_test.py [Interpreter] List top dispatch sources and destinations for a given Ignition bytecode. 2016-05-17 14:44:04 +00:00
bytecode_dispatches_report.py [Interpreter] List top dispatch sources and destinations for a given Ignition bytecode. 2016-05-17 14:44:04 +00:00
linux_perf_bytecode_annotate_test.py [Interpreter] Add a bytecode annotate tool. 2016-05-10 15:04:32 +00:00
linux_perf_bytecode_annotate.py [Interpreter] Add a bytecode annotate tool. 2016-05-10 15:04:32 +00:00
linux_perf_report_test.py [Interpreter] Add Ignition profile visualization tool. 2016-04-18 11:47:56 +00:00
linux_perf_report.py [Interpreter] Support Linux perf >= 4.1 in linux_perf_report.py. 2016-07-08 16:24:45 +00:00