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
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
2016-03-28
cmd/pprof/internal: use and accept packed encoding for repeated fields
Raul Silvera
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-13
cmd/pprof: fix crash with invalid source
Egon Elbre
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-12-17
cmd/pprof: fix scaling of "gigabyte" unit
Brad Fitzpatrick
2015-12-05
cmd/pprof: exit with non-zero status code on error
Mohit Agarwal
2015-12-05
cmd/pprof/internal: map/slice literals janitoring
Didier Spezia
2015-07-23
cmd/pprof: fix race between viewer and web command
Russ Cox
2015-07-15
cmd/pprof: store temporary files in temporary directory
Russ Cox
2015-07-15
cmd/pprof: run $BROWSER and system browser before Chrome
Russ Cox
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-06-05
cmd/pprof: use copy of svgpan library instead of link to remote site
Russ Cox
2015-06-02
cmd/pprof/internal/profile: fix missing error check
Dave Cheney
2015-05-18
cmd/pprof/internal/profile: ignore comments when parsing heap profiles
Daniel Morsing
2015-04-26
cmd/pprof: handle empty profile gracefully
Håvard Haugen
2015-03-16
cmd/pprof/internal/profile: insert blank line after non-doc comment
Russ Cox
2015-02-19
cmd/pprof: add -runtime flag
Dmitry Vyukov
2015-02-10
cmd/pprof/internal/report: fix typo in recognized output unit
Ian Lance Taylor
2014-12-11
cmd/pprof: remove -show_bytes from command line help
Austin Clements
2014-12-04
cmd/pprof/internal/commands: add command to open browser on windows
Shenghou Ma
2014-12-03
cmd/pprof: fix symbol resolution for remote profiles
Russ Cox
2014-11-17
cmd/pprof: fix EOF handling when getting function source
Austin Clements
2014-11-09
cmd/pprof: install as go tool pprof
Russ Cox
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
[prev]