-
Notifications
You must be signed in to change notification settings - Fork 221
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
Rust symbols are inconveniently shortened #5439
Comments
It's because we feed
With that fixed, I finally have my expected flamegraph: I'm also happy to open a PR to fix that bit as well if it makes sense. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's how parca resolves a symbol
Compare this to
addr2line
fromelfutils
:You couldn't even tell it was something about regexps, but it is:
Compare the flamegraph view in Parca (
new
andbuild
are very opaque!):To what
perf
manages to do:Interesting to note that symbols come demangled before demangler runs, for example:
The text was updated successfully, but these errors were encountered: