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

Method Symbolize

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

Source from the content-addressed store, hash-verified

293}
294
295func (s *internalSymbolizer) Symbolize(mode string, srcs plugin.MappingSources, prof *profile.Profile) error {
296 isrcs := MappingSources{}
297 maps.Copy(isrcs, srcs)
298 return s.Symbolizer.Symbolize(mode, isrcs, prof)
299}

Callers

nothing calls this directly

Calls 2

CopyMethod · 0.80
SymbolizeMethod · 0.65

Tested by

no test coverage detected