github.com/google/pprof/profile.Function.Name (field)
18 uses
github.com/google/pprof/profile (current package)
encode.go#L105: f.nameX = addString(strings, f.Name)
encode.go#L260: f.Name, err = getString(p.stringTable, &f.nameX, err)
filter.go#L134: if re.MatchString(fn.Name) || re.MatchString(fn.Filename) {
filter.go#L178: if re.MatchString(fn.Name) || re.MatchString(fn.Filename) {
filter.go#L198: if re.MatchString(fn.Name) || re.MatchString(fn.Filename) {
filter.go#L216: if !re.MatchString(fn.Name) && !re.MatchString(fn.Filename) {
legacy_java_profile.go#L294: Name: lineFunc,
merge.go#L379: Name: src.Name,
merge.go#L394: f.Name,
profile.go#L132: Name string
profile.go#L428: f.Name = ""
profile.go#L608: fn.Name,
profile.go#L612: if fn.Name != fn.SystemName {
prune.go#L68: if fn := loc.Line[i].Function; fn != nil && fn.Name != "" {
prune.go#L69: funcName := simplifyFunc(fn.Name)
prune.go#L156: if fn := loc.Line[i].Function; fn != nil && fn.Name != "" {
prune.go#L157: funcName := simplifyFunc(fn.Name)
![]() |
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. |