summaryrefslogtreecommitdiff
path: root/src/cmd/pprof
Commit message (Expand)AuthorAgeFilesLines
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* cmd/pprof: disable readline UI support for TERM=dumbHana (Hyang-Ah) Kim2018-07-111-0/+4
* cmd/pprof: fix help message formatting errorHana Kim2018-05-311-1/+1
* cmd/pprof: add readline support similar to upstreamHana (Hyang-Ah) Kim2018-05-232-0/+121
* go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer2018-04-041-2/+2
* cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship2017-06-151-1/+14
* cmd/pprof: update README to explain relationship with github.com/google/pprofRuss Cox2017-04-101-5/+15
* cmd/pprof: use proxy from environmentMichel Lespinasse2017-03-191-1/+3
* cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera2017-02-2414-5163/+101
* net/http/pprof: return error when requested profile duration exceeds WriteTim...Kale Blankenship2017-02-081-3/+15
* cmd/pprof: remove redundant URLs from error messages in fetch.FetchURLIbrahim AshShohail2017-02-011-1/+1
* cmd/pprof: Re-enable weblist and disasmRaul Silvera2016-12-222-2/+2
* cmd/pprof: search for sample types in profileRaul Silvera2016-12-151-12/+12
* all: make spelling consistentBrad Fitzpatrick2016-12-081-1/+1
* 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