aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pprof
AgeCommit message (Expand)Author
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-17cmd/pprof: make ObjAddr a no-opMichael Pratt
2021-05-08cmd/vendor: upgrade pprof to latestAlberto Donizetti
2021-03-26cmd/vendor, cmd/pprof: use golang.org/x/term directlyTobias Klauser
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-07cmd/vendor,cmd/pprof: sync pprof@1a94d8640e99Hana (Hyang-Ah) Kim
2020-03-30cmd/objdump: add support for -gnu option on Go objdumpLynn Boger
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-07-11cmd/pprof: disable readline UI support for TERM=dumbHana (Hyang-Ah) Kim
2018-05-31cmd/pprof: fix help message formatting errorHana Kim
2018-05-23cmd/pprof: add readline support similar to upstreamHana (Hyang-Ah) Kim
2018-04-04go/printer, gofmt: tuned table alignment for better resultsRobert Griesemer
2017-06-15cmd/pprof: restore printing descriptive errors from net/http/pprof endpointsKale Blankenship
2017-04-10cmd/pprof: update README to explain relationship with github.com/google/pprofRuss Cox
2017-03-19cmd/pprof: use proxy from environmentMichel Lespinasse
2017-02-24cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera
2017-02-08net/http/pprof: return error when requested profile duration exceeds WriteTim...Kale Blankenship
2017-02-01cmd/pprof: remove redundant URLs from error messages in fetch.FetchURLIbrahim AshShohail
2016-12-22cmd/pprof: Re-enable weblist and disasmRaul Silvera
2016-12-15cmd/pprof: search for sample types in profileRaul Silvera
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-11-12cmd/pprof: add options to skip tls verificationPatrick Lee
2016-11-11cmd/pprof: don't print binary outputs in interactive modeHiroshi Ioka
2016-11-03cmd/pprof: use correct default handler for Go programsRuss Cox
2016-11-02cmd/pprof: move cmd/internal/pprof back to cmd/pprof/internalRuss Cox
2016-11-02internal/pprof/profile: new package, moved from cmd/internal/pprof/profileRuss Cox
2016-08-24cmd/objdump: implement objdump of .o filesKeith Randall
2016-06-25cmd/pprof: don't use local symbolization for remote sourceIan Lance Taylor
2016-06-24cmd/pprof: ignore symbols with address 0 and size 0Ian Lance Taylor
2016-06-21cmd/pprof: don't use offset if we don't have a start addressIan Lance Taylor
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-04-12cmd/pprof/internal: move to cmd/internal/pprofDmitry Vyukov
2016-03-31cmd/pprof: use DWARF info to lookup unknown PC addressesIan Lance Taylor
2016-03-28cmd/pprof/internal: use and accept packed encoding for repeated fieldsRaul Silvera
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-13cmd/pprof: fix crash with invalid sourceEgon Elbre
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-17cmd/pprof: fix scaling of "gigabyte" unitBrad Fitzpatrick
2015-12-05cmd/pprof: exit with non-zero status code on errorMohit Agarwal
2015-12-05cmd/pprof/internal: map/slice literals janitoringDidier Spezia
2015-07-23cmd/pprof: fix race between viewer and web commandRuss Cox
2015-07-15cmd/pprof: store temporary files in temporary directoryRuss Cox
2015-07-15cmd/pprof: run $BROWSER and system browser before ChromeRuss Cox
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick