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

func Symbolize(mode string, prof *profile.Profile, obj plugin.ObjTool, ui plugin.UI) error

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

symbolizer.go

Version
v1.6.0
Published
Feb 17, 2016
Platform
linux/amd64
Imports
6 packages
Last checked
37 seconds ago

Tools for package owners.