-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
annotate a JITted method #7
Comments
You are right that's currently not possible. Last time I looked into it the perf-tools had a hard-coded way of disassembling binaries to do the annotations. It calls I once had a hack in place where I provided an alternative |
cool, will definitely give it a try when it is ready… From: Johannes Rudolph [mailto:[email protected]] I've got a prototype of this working. This was quite a ride and will probably not be particularly portable but for me it works: [screenshot from 2014-12-06 11 30 43]https://cloud.githubusercontent.com/assets/9868/5327081/7519b70c-7d3b-11e4-802f-e0cae03ec8f3.png Change upcoming after a bit of cleanup. — |
Hi Johannes -- I have not been following the perf-map-agent project for a little while but I notice now a lot of things changed in December 2014. Is it supposed to still be possible to use Strangely even when I back up to the version before the December changes I cannot get this to work any longer. -- Tom From: Johannes Rudolph [mailto:[email protected]] I've got a prototype of this working. This was quite a ride and will probably not be particularly portable but for me it works: [screenshot from 2014-12-06 11 30 43]https://cloud.githubusercontent.com/assets/9868/5327081/7519b70c-7d3b-11e4-802f-e0cae03ec8f3.png Change upcoming after a bit of cleanup. — |
You don't need the |
If you want to play with it: I pushed a branch to #29 which works for me but still sometimes crashes the JVM and sometimes also perf. |
Possible newbie question...
When I use the agent on a perf record command line and then run perf report, I do indeed see the JITted methods listed with event percentages, etc. But when I hit RETURN and try to drill down into a JITted method, no code is shown.
The text was updated successfully, but these errors were encountered: