MCPcopy Create free account
hub / github.com/google/pprof / Symbolize

Method Symbolize

internal/plugin/plugin.go:98–98  ·  view source on GitHub ↗
(mode string, srcs MappingSources, prof *profile.Profile)

Source from the content-addressed store, hash-verified

96// A Symbolizer introduces symbol information into a profile.
97type Symbolizer interface {
98 Symbolize(mode string, srcs MappingSources, prof *profile.Profile) error
99}
100
101// MappingSources map each profile.Mapping to the source of the profile.

Callers

nothing calls this directly

Implementers 5

testSymbolizerinternal/driver/driver_test.go
testSymbolizeDemanglerinternal/driver/driver_test.go
testSymbolzSymbolizerinternal/driver/driver_test.go
Symbolizerinternal/symbolizer/symbolizer.go
internalSymbolizerdriver/driver.go

Calls

no outgoing calls

Tested by

no test coverage detected