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

Interface Symbolizer

internal/plugin/plugin.go:97–99  ·  view source on GitHub ↗

A Symbolizer introduces symbol information into a profile.

Source from the content-addressed store, hash-verified

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

Callers 1

TestSymbolizationFunction · 0.95

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…