func github.com/google/pprof/profile.parseLegacy

2 uses

	github.com/google/pprof/profile (current package)
		profile.go#L168: 		p, err = parseLegacy(data)
		profile.go#L186: func parseLegacy(data []byte) (*Profile, error) {