aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/proto_test.go
AgeCommit message (Expand)Author
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