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