]> Cypherpunks repositories - gostls13.git/commit
cmd/pprof: update vendored github.com/google/pprof
authorMark Hansen <markhansen@google.com>
Fri, 8 Oct 2021 03:53:09 +0000 (03:53 +0000)
committerAlexander Rakoczy <alex@golang.org>
Wed, 13 Oct 2021 15:38:39 +0000 (15:38 +0000)
commitb8e4df01dd1aa61b3de978e4874c81b0d23349d5
tree71f62d2cad771be39a94a03eefa2408f0356e216
parentf687831e4cfa06d19533d47ae93c0451bd1ca688
cmd/pprof: update vendored github.com/google/pprof

Pull in the latest published version of github.com/google/pprof

This adds the tagroot and tagleaf options from
https://github.com/google/pprof/commit/7fe48b4c820be13151ae35ce5a5e3f54f1b53eef

Done with:

  go get -d github.com/google/pprof@latest
  go mod tidy
  go mod vendor

Fixes #48839

Change-Id: I85bf0e0689310014eb198c8d5e0bb3a86b0aef1c
GitHub-Last-Rev: b26260f30514eb71be76c9b2f74f9d3aace205b9
GitHub-Pull-Request: golang/go#48856
Reviewed-on: https://go-review.googlesource.com/c/go/+/354692
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/github.com/google/pprof/internal/driver/commands.go
src/cmd/vendor/github.com/google/pprof/internal/driver/config.go
src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go
src/cmd/vendor/github.com/google/pprof/internal/driver/tagroot.go [new file with mode: 0644]
src/cmd/vendor/modules.txt