aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pprof
AgeCommit message (Expand)Author
2024-04-15cmd/pprof: close resp body after the profile.Parse is calledguoguangwu
2023-08-03runtime,runtime/pprof: get memory mappings on darwin.Cosmos Nicolaou
2023-03-15internal/platform: add a function to report whether default builds are PIEBryan C. Mills
2023-03-10all: skip tests that fail on android/arm64Bryan C. Mills
2023-01-30all: fix problematic commentscui fliter
2022-11-18all: add missing periods in commentscui fliter
2022-11-15cmd/pprof: use testenv.Command instead of exec.Command in testsBryan C. Mills
2022-11-15cmd/pprof: use the test binary as 'pprof' instead of rebuilding itBryan C. Mills
2022-11-15cmd/pprof: debug TestDisasmCherry Mui
2022-08-20cmd/pprof: fix addr calculation for WindowsEgon Elbre
2022-05-19all: gofmt main repoRuss Cox
2022-05-17cmd/nm, cmd/objdump, cmd/pprof: disassembly is not supported on loong64Xiaodong Liu
2022-04-01cmd/pprof: point to -h in package documentationEli Bendersky
2022-03-18cmd: update vendored pprofHeschi Kreinick
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