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

Method Symbolize

internal/driver/driver_test.go:483–485  ·  view source on GitHub ↗
(variables string, sources plugin.MappingSources, p *profile.Profile)

Source from the content-addressed store, hash-verified

481type testSymbolzSymbolizer struct{}
482
483func (testSymbolzSymbolizer) Symbolize(variables string, sources plugin.MappingSources, p *profile.Profile) error {
484 return symbolz.Symbolize(p, false, sources, testFetchSymbols, nil)
485}
486
487func fakeDemangler(name string) string {
488 switch name {

Callers

nothing calls this directly

Calls 1

SymbolizeFunction · 0.92

Tested by

no test coverage detected