package symbolizer
import "cmd/internal/pprof/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.7.3
- Published
- Oct 19, 2016
- Platform
- js/wasm
- Imports
- 6 packages
- Last checked
- 57 seconds ago –
Tools for package owners.