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

Interface Symbolizer

driver/driver.go:126–128  ·  view source on GitHub ↗

A Symbolizer introduces symbol information into a profile.

Source from the content-addressed store, hash-verified

124
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.
131// The key is either Mapping.File or Mapping.BuildId.

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

Used in the wild real call sites across dependent graphs

searching dependent graphs…