package symbolz

import "cmd/pprof/internal/symbolz"

Package symbolz symbolizes a profile using the output from the symbolz service.

Index

Functions

func Symbolize

func Symbolize(source string, syms func(string, string) ([]byte, error), p *profile.Profile) 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. It symbolizes all locations based on their addresses, regardless of mapping.

Source Files

symbolz.go

Version
v1.4.0
Published
Dec 11, 2014
Platform
linux/amd64
Imports
8 packages
Last checked
1 second ago

Tools for package owners.