package symbolizer
import "cmd/pprof/internal/symbolizer"
Package symbolizer provides a routine to populate a profile with symbol, file and line number information. It relies on the addr2liner and demangler packages to do the actual work.
Index ¶
Functions ¶
func Symbolize ¶
Symbolize adds symbol and line number information to all locations in a profile. mode enables some options to control symbolization. Currently only recognizes "force", which causes it to overwrite any existing data.
Source Files ¶
- Version
- v1.6.1
- Published
- Apr 12, 2016
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 42 seconds ago –
Tools for package owners.