]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: update vendored github.com/google/pprof
authorDmitri Shuralyov <dmitshur@golang.org>
Mon, 16 May 2022 22:44:48 +0000 (18:44 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 17 May 2022 14:39:18 +0000 (14:39 +0000)
commitcf7ec0fa098a46c3b75cc3d625f5d7528fe6e984
treef7ccf0aeef546b1889fb6185723e88f851db3fc2
parent41b9d8c75e45636a153c2a31d117196a22a7fc6c
cmd/pprof: update vendored github.com/google/pprof

Pull in the latest published version of github.com/google/pprof
as part of go.dev/issue/36905.

Done with:

go get github.com/google/pprof@upgrade
go mod tidy
go mod vendor

For #36905.

Change-Id: I3c8279fce2f20cb940a4e46b2b850703e1fc7964
Reviewed-on: https://go-review.googlesource.com/c/go/+/406359
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
19 files changed:
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.css [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/common.js [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/flamegraph.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/graph.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/header.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/plaintext.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/source.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/html/top.html [new file with mode: 0644]
src/cmd/vendor/github.com/google/pprof/internal/driver/tagroot.go
src/cmd/vendor/github.com/google/pprof/internal/driver/webhtml.go
src/cmd/vendor/github.com/google/pprof/internal/measurement/measurement.go
src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go
src/cmd/vendor/github.com/google/pprof/third_party/d3flamegraph/README.md
src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go
src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go
src/cmd/vendor/github.com/ianlancetaylor/demangle/rust.go
src/cmd/vendor/modules.txt