Skip to content

Commit

Permalink
cmd/pprof: update vendored github.com/google/pprof
Browse files Browse the repository at this point in the history
Pull in the latest published version of github.com/google/pprof

This adds the `tagroot` and `tagleaf` options from
google/pprof@7fe48b4

Done with:

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

Fixes golang#48839
  • Loading branch information
mhansen committed Oct 8, 2021
1 parent b69f823 commit b26260f
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cmd/go.mod
Expand Up @@ -3,7 +3,7 @@ module cmd
go 1.18

require (
github.com/google/pprof v0.0.0-20210827144239-02619b876842
github.com/google/pprof v0.0.0-20211001005136-7fe48b4c820b
golang.org/x/arch v0.0.0-20210901143047-ebb09ed340f1
golang.org/x/mod v0.5.1-0.20210913215816-37dd6891021a
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
Expand Down
4 changes: 2 additions & 2 deletions src/cmd/go.sum
@@ -1,8 +1,8 @@
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
github.com/google/pprof v0.0.0-20210827144239-02619b876842 h1:JCrt5MIE1fHQtdy1825HwJ45oVQaqHE6lgssRhjcg/o=
github.com/google/pprof v0.0.0-20210827144239-02619b876842/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/google/pprof v0.0.0-20211001005136-7fe48b4c820b h1:GX4+fGLMW5XTmDXB3R6UhTwZIYqgAOdA19+Ea0+3CU4=
github.com/google/pprof v0.0.0-20211001005136-7fe48b4c820b/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639 h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
golang.org/x/arch v0.0.0-20210901143047-ebb09ed340f1 h1:MwxAfiDvuwX8Nnnc6iRDhzyMyyc2tz5tYyCP/pZcPCg=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions src/cmd/vendor/github.com/google/pprof/internal/driver/driver.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions src/cmd/vendor/github.com/google/pprof/internal/driver/tagroot.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cmd/vendor/modules.txt
@@ -1,4 +1,4 @@
# github.com/google/pprof v0.0.0-20210827144239-02619b876842
# github.com/google/pprof v0.0.0-20211001005136-7fe48b4c820b
## explicit; go 1.14
github.com/google/pprof/driver
github.com/google/pprof/internal/binutils
Expand Down

0 comments on commit b26260f

Please sign in to comment.