pprof icon indicating copy to clipboard operation
pprof copied to clipboard

Use atos on OSX when addr2line or llvm-symbolizer are not available

Open aalexand opened this issue 7 years ago • 0 comments

This was mentioned in #130 which was closed since then so filing to track.

For pprof symbolization to work on OSX it currently requires installing binutils (for gaddr2line) or llvm (for llvm-symbolizer). It would be good if pprof knew how to use the atos utility which is installed by default.

aalexand avatar Apr 03 '18 21:04 aalexand