index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
pprof
Age
Commit message (
Expand
)
Author
2025-08-08
all: update blog link
jiahua wang
2024-12-11
cmd/internal/objfile: break out dissassemblers to another package
Cherry Mui
2024-09-03
cmd: use testenv.Executable helper
Kir Kolyshkin
2024-06-21
cmd/internal: separate counter package from telemetry package
Michael Matloob
2024-06-13
cmd/go: call telemetry.MaybeChild at start of go command
Michael Matloob
2024-05-14
cmd: add telemetry for commands in cmd
Michael Matloob
2024-05-01
cmd/pprof: fix exception when file or path contains colon
cui fliter
2024-04-15
cmd/pprof: close resp body after the profile.Parse is called
guoguangwu
2023-08-03
runtime,runtime/pprof: get memory mappings on darwin.
Cosmos Nicolaou
2023-03-15
internal/platform: add a function to report whether default builds are PIE
Bryan C. Mills
2023-03-10
all: skip tests that fail on android/arm64
Bryan C. Mills
2023-01-30
all: fix problematic comments
cui fliter
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-15
cmd/pprof: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/pprof: use the test binary as 'pprof' instead of rebuilding it
Bryan C. Mills
2022-11-15
cmd/pprof: debug TestDisasm
Cherry Mui
2022-08-20
cmd/pprof: fix addr calculation for Windows
Egon Elbre
2022-05-19
all: gofmt main repo
Russ Cox
2022-05-17
cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64
Xiaodong Liu
2022-04-01
cmd/pprof: point to -h in package documentation
Eli Bendersky
2022-03-18
cmd: update vendored pprof
Heschi Kreinick
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-06-17
cmd/pprof,runtime/pprof: disable test on more broken platforms
Michael Pratt
2021-06-17
cmd/pprof: make ObjAddr a no-op
Michael Pratt
2021-05-08
cmd/vendor: upgrade pprof to latest
Alberto Donizetti
2021-03-26
cmd/vendor, cmd/pprof: use golang.org/x/term directly
Tobias Klauser
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-10-07
cmd/vendor,cmd/pprof: sync pprof@1a94d8640e99
Hana (Hyang-Ah) Kim
2020-03-30
cmd/objdump: add support for -gnu option on Go objdump
Lynn Boger
2019-12-10
all: fix a number of misuses of the word "an"
Daniel MartÃ
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-07-11
cmd/pprof: disable readline UI support for TERM=dumb
Hana (Hyang-Ah) Kim
2018-05-31
cmd/pprof: fix help message formatting error
Hana Kim
2018-05-23
cmd/pprof: add readline support similar to upstream
Hana (Hyang-Ah) Kim
2018-04-04
go/printer, gofmt: tuned table alignment for better results
Robert Griesemer
2017-06-15
cmd/pprof: restore printing descriptive errors from net/http/pprof endpoints
Kale Blankenship
2017-04-10
cmd/pprof: update README to explain relationship with github.com/google/pprof
Russ Cox
2017-03-19
cmd/pprof: use proxy from environment
Michel Lespinasse
2017-02-24
cmd/pprof: vendor pprof from github.com/google/pprof
Raul Silvera
2017-02-08
net/http/pprof: return error when requested profile duration exceeds WriteTim...
Kale Blankenship
2017-02-01
cmd/pprof: remove redundant URLs from error messages in fetch.FetchURL
Ibrahim AshShohail
2016-12-22
cmd/pprof: Re-enable weblist and disasm
Raul Silvera
2016-12-15
cmd/pprof: search for sample types in profile
Raul Silvera
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-11-12
cmd/pprof: add options to skip tls verification
Patrick Lee
2016-11-11
cmd/pprof: don't print binary outputs in interactive mode
Hiroshi Ioka
2016-11-03
cmd/pprof: use correct default handler for Go programs
Russ Cox
2016-11-02
cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internal
Russ Cox
[next]