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

Method Symbolize

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

Source from the content-addressed store, hash-verified

125// A Symbolizer introduces symbol information into a profile.
126type Symbolizer interface {
127 Symbolize(mode string, srcs MappingSources, prof *profile.Profile) error
128}
129
130// MappingSources map each profile.Mapping to the source of the profile.

Callers 2

fetchProfilesFunction · 0.65
SymbolizeMethod · 0.65

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