aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pprof/pprof.go
AgeCommit message (Expand)Author
2024-12-11cmd/internal/objfile: break out dissassemblers to another packageCherry Mui
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-05-14cmd: add telemetry for commands in cmdMichael Matloob
2024-05-01cmd/pprof: fix exception when file or path contains coloncui fliter
2024-04-15cmd/pprof: close resp body after the profile.Parse is calledguoguangwu
2022-11-18all: add missing periods in commentscui fliter
2022-08-20cmd/pprof: fix addr calculation for WindowsEgon Elbre
2022-03-18cmd: update vendored pprofHeschi Kreinick
2021-06-17cmd/pprof: make ObjAddr a no-opMichael Pratt
2021-05-08cmd/vendor: upgrade pprof to latestAlberto Donizetti
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
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-03-19cmd/pprof: use proxy from environmentMichel Lespinasse
2017-02-24cmd/pprof: vendor pprof from github.com/google/pprofRaul Silvera
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
2015-12-05cmd/pprof: exit with non-zero status code on errorMohit Agarwal
2014-11-06cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfileRuss Cox
2014-09-30cmd/pprof: add Go implementationRuss Cox