summaryrefslogtreecommitdiff
path: root/src/cmd/pprof
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-3/+3
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-3/+0
* cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt2021-06-171-0/+17
* cmd/pprof: make ObjAddr a no-opMichael Pratt2021-06-173-2/+153
* cmd/vendor: upgrade pprof to latestAlberto Donizetti2021-05-081-2/+2
* cmd/vendor, cmd/pprof: use golang.org/x/term directlyTobias Klauser2021-03-261-10/+10
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+2
* cmd/vendor,cmd/pprof: sync pprof@1a94d8640e99Hana (Hyang-Ah) Kim2020-10-071-1/+4
* cmd/objdump: add support for -gnu option on Go objdumpLynn Boger2020-03-301-1/+1
* all: fix a number of misuses of the word "an"Daniel Martí2019-12-101-1/+1
* 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