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

Struct internalSymbolizer

driver/driver.go:291–293  ·  view source on GitHub ↗

internalSymbolizer is a wrapper to map from the pprof external interface to the internal interface.

Source from the content-addressed store, hash-verified

289// internalSymbolizer is a wrapper to map from the pprof external
290// interface to the internal interface.
291type internalSymbolizer struct {
292 Symbolizer
293}
294
295func (s *internalSymbolizer) Symbolize(mode string, srcs plugin.MappingSources, prof *profile.Profile) error {
296 isrcs := MappingSources{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected