]> Cypherpunks repositories - gostls13.git/commit
internal/pprof/profile: new package, moved from cmd/internal/pprof/profile
authorRuss Cox <rsc@golang.org>
Mon, 31 Oct 2016 16:07:13 +0000 (12:07 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Nov 2016 19:09:11 +0000 (19:09 +0000)
commit682ffae6db749ba63df4b8bc1739974346bb14d7
tree4193c881e55f71b896a23638ac9cc52ab41f70be
parent53cc69170ae1a96163d3b6c14467e85dc8aa7266
internal/pprof/profile: new package, moved from cmd/internal/pprof/profile

This allows both the runtime and the cmd/pprof code to use the package,
just like we do for internal/trace.

Change-Id: I7606977284e1def36c9647354c58e7c1e93dba6b
Reviewed-on: https://go-review.googlesource.com/32452
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
18 files changed:
src/cmd/internal/pprof/driver/driver.go
src/cmd/internal/pprof/driver/interactive.go
src/cmd/internal/pprof/fetch/fetch.go
src/cmd/internal/pprof/plugin/plugin.go
src/cmd/internal/pprof/report/report.go
src/cmd/internal/pprof/symbolizer/symbolizer.go
src/cmd/internal/pprof/symbolz/symbolz.go
src/cmd/pprof/pprof.go
src/cmd/trace/pprof.go
src/go/build/deps_test.go
src/internal/pprof/profile/encode.go [moved from src/cmd/internal/pprof/profile/encode.go with 100% similarity]
src/internal/pprof/profile/filter.go [moved from src/cmd/internal/pprof/profile/filter.go with 100% similarity]
src/internal/pprof/profile/legacy_profile.go [moved from src/cmd/internal/pprof/profile/legacy_profile.go with 100% similarity]
src/internal/pprof/profile/profile.go [moved from src/cmd/internal/pprof/profile/profile.go with 100% similarity]
src/internal/pprof/profile/profile_test.go [moved from src/cmd/internal/pprof/profile/profile_test.go with 100% similarity]
src/internal/pprof/profile/proto.go [moved from src/cmd/internal/pprof/profile/proto.go with 100% similarity]
src/internal/pprof/profile/proto_test.go [moved from src/cmd/internal/pprof/profile/proto_test.go with 100% similarity]
src/internal/pprof/profile/prune.go [moved from src/cmd/internal/pprof/profile/prune.go with 100% similarity]