summaryrefslogtreecommitdiff
path: root/src/cmd/pprof
Commit message (Expand)AuthorAgeFilesLines
* cmd/pprof: add options to skip tls verificationPatrick Lee2016-11-121-2/+18
* cmd/pprof: don't print binary outputs in interactive modeHiroshi Ioka2016-11-111-19/+19
* cmd/pprof: use correct default handler for Go programsRuss Cox2016-11-031-2/+5
* cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internalRuss Cox2016-11-0214-6/+5038
* internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox2016-11-021-1/+1
* cmd/objdump: implement objdump of .o filesKeith Randall2016-08-241-3/+2
* cmd/pprof: don't use local symbolization for remote sourceIan Lance Taylor2016-06-251-1/+26
* cmd/pprof: ignore symbols with address 0 and size 0Ian Lance Taylor2016-06-241-0/+5
* cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor2016-06-211-2/+4
* runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor2016-05-311-4/+9
* cmd/pprof/internal: move to cmd/internal/pprofDmitry Vyukov2016-04-1222-8003/+7
* cmd/pprof: use DWARF info to lookup unknown PC addressesIan Lance Taylor2016-03-311-7/+88
* cmd/pprof/internal: use and accept packed encoding for repeated fieldsRaul Silvera2016-03-282-0/+129
* all: delete dead non-test codeDominik Honnef2016-03-251-36/+0
* cmd/pprof: fix crash with invalid sourceEgon Elbre2016-03-131-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-026-11/+11
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-242-2/+2
* cmd/pprof: fix scaling of "gigabyte" unitBrad Fitzpatrick2015-12-171-1/+1
* cmd/pprof: exit with non-zero status code on errorMohit Agarwal2015-12-051-0/+1
* cmd/pprof/internal: map/slice literals janitoringDidier Spezia2015-12-051-1/+1
* cmd/pprof: fix race between viewer and web commandRuss Cox2015-07-231-0/+6
* cmd/pprof: store temporary files in temporary directoryRuss Cox2015-07-152-2/+20
* cmd/pprof: run $BROWSER and system browser before ChromeRuss Cox2015-07-151-1/+5
* all: link to https for golang subdomains tooBrad Fitzpatrick2015-07-121-1/+1
* all: fix misprints in commentsAinar Garipov2015-06-112-2/+2
* cmd/pprof: use copy of svgpan library instead of link to remote siteRuss Cox2015-06-054-17/+301
* cmd/pprof/internal/profile: fix missing error checkDave Cheney2015-06-021-4/+4
* cmd/pprof/internal/profile: ignore comments when parsing heap profilesDaniel Morsing2015-05-181-1/+2
* cmd/pprof: handle empty profile gracefullyHåvard Haugen2015-04-263-0/+33
* cmd/pprof/internal/profile: insert blank line after non-doc commentRuss Cox2015-03-161-0/+1
* cmd/pprof: add -runtime flagDmitry Vyukov2015-02-191-1/+6
* cmd/pprof/internal/report: fix typo in recognized output unitIan Lance Taylor2015-02-101-1/+1
* cmd/pprof: remove -show_bytes from command line helpAustin Clements2014-12-111-1/+0
* cmd/pprof/internal/commands: add command to open browser on windowsShenghou Ma2014-12-041-4/+22
* cmd/pprof: fix symbol resolution for remote profilesRuss Cox2014-12-031-0/+4
* cmd/pprof: fix EOF handling when getting function sourceAustin Clements2014-11-171-1/+5
* cmd/pprof: install as go tool pprofRuss Cox2014-11-092-0/+20
* cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox2014-11-061-3/+38
* cmd/pprof: add Go implementationRuss Cox2014-09-3019-0/+7728