Using Linux perf 3.13.6, running script with --perf-basic-prof Running perf report --tui exits immediately when reading the /tmp/perf-*.map file if there are two instructions at the same address but have different instruction sizes.
The following snippet causes perf report --tui to exit immediately: 1c14c5786b00 37 LoadPolymorphicIC:_idleTimeout 1c14c5786b00 8a Stub:_events If one of these two are removed then perf report will run fine. Though the output works as expected when run with --stdio or --gtk. I'm not sure this is specifically a v8 issue, but figured I'd bring it up here first. -- -- 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.
