You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symbolication is supported through addr2line, llvm-symbolizer and nm right now. When GSYM data is available for a binary, using llvm-gsymutil would be much faster and less memory-intensive than addr2line or llvm-symbolizer.
To make this fit in well with the execution model of pprof, it requires an extension of llvm-gsymutil to allow it to be fed the input addresses from stdin, as suggested by https://reviews.llvm.org/D102224
The text was updated successfully, but these errors were encountered:
Symbolication is supported through addr2line, llvm-symbolizer and nm right now. When GSYM data is available for a binary, using llvm-gsymutil would be much faster and less memory-intensive than addr2line or llvm-symbolizer.
To make this fit in well with the execution model of pprof, it requires an extension of llvm-gsymutil to allow it to be fed the input addresses from stdin, as suggested by https://reviews.llvm.org/D102224
The text was updated successfully, but these errors were encountered: