Documentation ¶
Overview ¶
Package symbolizer provides a routine to populate a profile with symbol, file and line number information. It relies on the addr2liner and demangle packages to do the actual work.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Symbolizer ¶
Symbolizer implements the plugin.Symbolize interface.
func (*Symbolizer) Symbolize ¶
func (s *Symbolizer) Symbolize(mode string, sources plugin.MappingSources, p *profile.Profile) error
Symbolize attempts to symbolize profile p. First uses binutils on local binaries; if the source is a URL it attempts to get any missed entries using symbolz.
Click to show internal directories.
Click to hide internal directories.