Documentation ¶
Overview ¶
Package symbolz symbolizes a profile using the output from the symbolz service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Symbolize ¶
func Symbolize(p *profile.Profile, force bool, sources plugin.MappingSources, syms func(string, string) ([]byte, error), ui plugin.UI) error
Symbolize symbolizes profile p by parsing data returned by a symbolz handler. syms receives the symbolz query (hex addresses separated by '+') and returns the symbolz output in a string. If force is false, it will only symbolize locations from mappings not already marked as HasFunctions. Never attempts symbolization of addresses from unsymbolizable system mappings as those may look negative - e.g. "[vsyscall]".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.