github.com/google/pprof/profile.Profile.stringTable (field)
23 uses
github.com/google/pprof/profile (current package)
encode.go#L125: p.stringTable = make([]string, len(strings))
encode.go#L127: p.stringTable[i] = s
encode.go#L147: encodeStrings(b, 6, p.stringTable)
encode.go#L203: err := decodeStrings(b, &m.(*Profile).stringTable)
encode.go#L207: if m.(*Profile).stringTable[0] != "" {
encode.go#L248: m.File, err = getString(p.stringTable, &m.fileX, err)
encode.go#L249: m.BuildID, err = getString(p.stringTable, &m.buildIDX, err)
encode.go#L260: f.Name, err = getString(p.stringTable, &f.nameX, err)
encode.go#L261: f.SystemName, err = getString(p.stringTable, &f.systemNameX, err)
encode.go#L262: f.Filename, err = getString(p.stringTable, &f.filenameX, err)
encode.go#L297: st.Type, err = getString(p.stringTable, &st.typeX, err)
encode.go#L298: st.Unit, err = getString(p.stringTable, &st.unitX, err)
encode.go#L307: key, err = getString(p.stringTable, &l.keyX, err)
encode.go#L309: value, err = getString(p.stringTable, &l.strX, err)
encode.go#L316: unit, err = getString(p.stringTable, &l.unitX, err)
encode.go#L346: p.DropFrames, err = getString(p.stringTable, &p.dropFramesX, err)
encode.go#L347: p.KeepFrames, err = getString(p.stringTable, &p.keepFramesX, err)
encode.go#L354: pt.Type, err = getString(p.stringTable, &pt.typeX, err)
encode.go#L355: pt.Unit, err = getString(p.stringTable, &pt.unitX, err)
encode.go#L360: c, err = getString(p.stringTable, &i, err)
encode.go#L365: p.DefaultSampleType, err = getString(p.stringTable, &p.defaultSampleTypeX, err)
encode.go#L366: p.stringTable = nil
profile.go#L58: stringTable []string
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |