8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are trying to profile fluentd, which by default builds a stripped Ruby interpreter with a dbgsym package.
fluentd
dbgsym
Looking at #282, I see that rbspy supports finding the symbol table within the ruby global symbol table.
rbspy
ruby
I propose that we update rbspy to:
/usr/lib/debug/
.debug
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are trying to profile
fluentd
, which by default builds a stripped Ruby interpreter with adbgsym
package.Looking at #282, I see that
rbspy
supports finding the symbol table within theruby
global symbol table.I propose that we update
rbspy
to:/usr/lib/debug/
if the embedded table doesn't exist..debug
files and use them for address resolution.The text was updated successfully, but these errors were encountered: