Use atos on OSX when addr2line or llvm-symbolizer are not available
Open
Priority: p3
type: feat
- Dominant language
- Go
- Stars
- 9.3k
- Forks
- 671
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 10
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.