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
/
pprof.go
Age
Commit message (
Expand
)
Author
2024-12-11
cmd/internal/objfile: break out dissassemblers to another package
Cherry Mui
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
2022-11-18
all: add missing periods in comments
cui fliter
2022-08-20
cmd/pprof: fix addr calculation for Windows
Egon Elbre
2022-03-18
cmd: update vendored pprof
Heschi Kreinick
2021-06-17
cmd/pprof: make ObjAddr a no-op
Michael Pratt
2021-05-08
cmd/vendor: upgrade pprof to latest
Alberto Donizetti
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
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-03-19
cmd/pprof: use proxy from environment
Michel Lespinasse
2017-02-24
cmd/pprof: vendor pprof from github.com/google/pprof
Raul Silvera
2016-11-02
cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internal
Russ Cox
2016-11-02
internal/pprof/profile: new package, moved from cmd/internal/pprof/profile
Russ Cox
2016-08-24
cmd/objdump: implement objdump of .o files
Keith Randall
2016-06-25
cmd/pprof: don't use local symbolization for remote source
Ian Lance Taylor
2016-06-24
cmd/pprof: ignore symbols with address 0 and size 0
Ian Lance Taylor
2016-06-21
cmd/pprof: don't use offset if we don't have a start address
Ian Lance Taylor
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-04-12
cmd/pprof/internal: move to cmd/internal/pprof
Dmitry Vyukov
2016-03-31
cmd/pprof: use DWARF info to lookup unknown PC addresses
Ian Lance Taylor
2015-12-05
cmd/pprof: exit with non-zero status code on error
Mohit Agarwal
2014-11-06
cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfile
Russ Cox
2014-09-30
cmd/pprof: add Go implementation
Russ Cox