github.com/google/pprof/profile.Function.Filename (field)
13 uses
github.com/google/pprof/profile (current package)
encode.go#L107: f.filenameX = addString(strings, f.Filename)
encode.go#L262: f.Filename, err = getString(p.stringTable, &f.filenameX, 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#L296: Filename: lineFile,
merge.go#L381: Filename: src.Filename,
merge.go#L396: f.Filename,
profile.go#L134: Filename string
profile.go#L432: f.Filename = ""
profile.go#L609: fn.Filename,
![]() |
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. |