aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/proto_test.go
AgeCommit message (Expand)Author
2025-05-13runtime/pprof: return errors from writing profilesSean Liao
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2024-01-31internal/profile: remove legacy profile supportMichael Pratt
2023-12-07internal/profile: fully decode proto even if there are no samplesMichael Pratt
2023-10-26internal/profile: actually return errors in postDecodeDaniel Martí
2023-08-10runtime/pprof: fix build breakage on iosCosmos Nicolaou
2023-08-03runtime,runtime/pprof: get memory mappings on darwin.Cosmos Nicolaou
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-02-08runtime: correct typosOleksandr Redko
2022-09-08runtime/pprof: use strings.Buildercuiweixie
2022-08-20runtime/pprof: add memory mapping info for WindowsEgon Elbre
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-05-24[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-03-20runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2019-11-08runtime: fix line number for faulting instructionsKeith Randall
2019-11-08runtime/pprof: correctly encode inlined functions in CPU profileHana (Hyang-Ah) Kim
2019-05-22all: shorten some testsRuss Cox
2019-03-26runtime: improve sigtramp on aix/ppc64 to handle SIGPROFClément Chigot
2019-03-19runtime: disable pprof test with cgo on aix/ppc64Clément Chigot
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-09-07runtime/pprof: remove "deleted" suffix while parsing maps fileMarko Kevac
2018-07-16runtime/pprof: add a fake mapping when /proc/self/maps is unavailableHana (Hyang-Ah) Kim
2018-06-18runtime/pprof: fix incorrect assumption in TestMappingHana Kim
2018-06-14runtime/pprof: use testenv.GoToolPath in TestMappingAlberto Donizetti
2018-06-13runtime/pprof: skip TestMapping if CGO is not availableHana Kim
2018-06-13runtime/pprof: set HasFunctions of mapping entriesHana Kim
2018-04-24runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim
2017-04-26runtime/pprof: ignore dummy huge page mapping in /proc/self/mapsRuss Cox
2017-04-26runtime/pprof: add /proc/self/maps parsing testRuss Cox
2017-04-20runtime/pprof: fix period informationAustin Clements
2017-03-27runtime/pprof: fix proto tests on NetBSDElias Naur
2017-03-08runtime/pprof: add GNU build IDs to Mappings recorded from /proc/self/mapsRuss Cox
2017-03-07runtime/pprof: fix the protobuf tests on AndroidElias Naur
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-24runtime/pprof: use more efficient hash table for staging profileRuss Cox
2017-02-24runtime/pprof: use new profile buffers for CPU profilingRuss Cox
2017-02-10runtime/pprof: merge internal/protopprof into pprof packageRuss Cox