]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: vendor pprof from github.com/google/pprof
authorRaul Silvera <rsilvera@google.com>
Fri, 10 Feb 2017 22:52:02 +0000 (14:52 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 24 Feb 2017 19:18:53 +0000 (19:18 +0000)
commit7844ef427a61bd68db81912a254a3f99633a9354
tree6d2be738f8c2cecdfc90ee43fba835ae7ce79d52
parent2818cb5c9e183aed539d6a539a821e229671fe56
cmd/pprof: vendor pprof from github.com/google/pprof

Import the github.com/google/pprof and github.com/ianlancetaylor/demangle
packages, without modification.

Build the golang version of pprof from cmd/pprof/pprof.go
by importing the packages from src/cmd/vendot/github.com/google/pprof

The versions upstreamed are:

github.com/ianlancetaylor/demangle 4883227f66371e02c4948937d3e2be1664d9be38
github.com/google/pprof            7eb5ba977f28f2ad8dd5f6bb82cc9b454e123cdc

Update misc/nacl/testzip.proto for new tests.

Change-Id: I076584856491353607a3b98b67d0ca6838be50d6
Reviewed-on: https://go-review.googlesource.com/36798
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
159 files changed:
misc/nacl/testzip.proto
src/cmd/pprof/internal/commands/commands.go [deleted file]
src/cmd/pprof/internal/driver/driver.go [deleted file]
src/cmd/pprof/internal/driver/interactive.go [deleted file]
src/cmd/pprof/internal/fetch/fetch.go [deleted file]
src/cmd/pprof/internal/report/report.go [deleted file]
src/cmd/pprof/internal/report/source.go [deleted file]
src/cmd/pprof/internal/symbolizer/symbolizer.go [deleted file]
src/cmd/pprof/internal/symbolz/symbolz.go [deleted file]
src/cmd/pprof/internal/tempfile/tempfile.go [deleted file]
src/cmd/pprof/pprof.go
src/cmd/vendor/github.com/google/pprof/AUTHORS [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/CONTRIBUTING [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/CONTRIBUTORS [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/LICENSE [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/README.md [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/doc/developer/pprof.dev.md [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/doc/developer/profile.proto.md [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/doc/pprof.md [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/driver/driver.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/addr2liner.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/addr2liner_llvm.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/addr2liner_nm.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/disasm.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/binutils/disasm_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/cli.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/commands.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/driver_focus.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/driver_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/fetch_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/interactive.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/interactive_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/options.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/tempfile.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/cppbench.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file1000.src [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file2000.src [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/file3000.src [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/go.crc32.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/go.nomappings.crash [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.contention.cum.files.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.contention.flat.addresses.dot.focus.ignore [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.callgrind [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.comments [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.text.hide [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.text.show [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.cum.lines.topproto.hide [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.addresses.disasm [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.addresses.weblist [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.flat.functions.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.peek [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.tags [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.tags.focus.ignore [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpu.traces [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.cpusmall.flat.addresses.tree [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.callgrind [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.comments [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.cum.lines.tree.focus [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.cum.relative_percentages.tree.focus [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.files.seconds.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.files.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_objects.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_space.dot.focus [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.inuse_space.dot.focus.ignore [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.flat.lines.dot.focus [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.tags [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap.tags.unit [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_objects.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_space.dot.focus [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.heap_alloc.flat.alloc_space.dot.hide [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/testdata/pprof.unknown.flat.functions.text [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/dotgraph.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/dotgraph_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/graph.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/graph_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose1.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose2.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose3.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose4.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/graph/testdata/compose5.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/measurement/measurement.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/plugin/plugin.go [moved from src/cmd/pprof/internal/plugin/plugin.go with 55% similarity]
src/cmd/vendor/github.com/google/pprof/internal/proftest/proftest.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/report.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/report_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/source.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/source_html.go [moved from src/cmd/pprof/internal/report/source_html.go with 63% similarity]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source.dot [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source.rpt [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source1 [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/report/testdata/source2 [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/symbolz/symbolz.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/symbolz/symbolz_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/pprof.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/encode.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/filter.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/index.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/index_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/legacy_java_profile.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/legacy_profile_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/merge.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/profile.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/profile_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/proto.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/proto_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/prune.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/prune_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.contention [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.contention.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.cpu.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.growth [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.growth.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.heap [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.heap.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.all [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.all.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.none [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.none.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/cppbench.thread.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.crc32.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.crc32.cpu.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.godoc.thread [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/go.godoc.thread.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.cpu.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.heap [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/gobench.heap.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.contention.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.cpu [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.cpu.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.heap [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/profile/testdata/java.heap.string [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/proto/profile.proto [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/third_party/svg/svg.go [moved from src/cmd/pprof/internal/svg/svg.go with 57% similarity]
src/cmd/vendor/github.com/google/pprof/third_party/svg/svgpan.go [moved from src/cmd/pprof/internal/svg/svgpan.go with 99% similarity]
src/cmd/vendor/github.com/ianlancetaylor/demangle/.gitignore [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/LICENSE [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/README.md [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/ast_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/c++filt.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/expected_test.go [new file with mode: 0644]
src/cmd/vendor/github.com/ianlancetaylor/demangle/testdata/demangle-expected [new file with mode: 0644]
src/cmd/vendor/vendor.json