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.4.0
- Published
- Dec 11, 2014
- Platform
- linux/amd64
- Imports
- 6 packages
- Last checked
- 35 seconds ago –
Tools for package owners.