aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2022-01-10runtime/pprof: run TestCPUProfileMultithreadMagnitude subtests separatelyMichael Pratt
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime/pprof: increase systemstack calls in TestLabelSystemstackMichael Pratt
2021-12-07runtime/pprof: assert that labelHog samples are always labeledMichael Pratt
2021-12-07runtime/pprof: consume tag for first CPU recordMichael Pratt
2021-12-03runtime: fix missing pprof labelsFelix Geisendörfer
2021-11-12runtime/pprof: mark TestCPUProfileMultithreadMagnitude as flakyMichael Pratt
2021-11-09runtime/pprof: include labels in profile dumpMichael Pratt
2021-11-03runtime/pprof: disable GC during calibration testRhys Hiltner
2021-11-02Revert "runtime: fix missing pprof labels"Bryan C. Mills
2021-11-02runtime: fix missing pprof labelsFelix Geisendörfer
2021-10-29runtime: fix sweep termination conditionMichael Anthony Knyszek
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-27runtime/pprof: skip TestTimeVDSO on AndroidCherry Mui
2021-09-27runtime: profile with per-thread timers on LinuxRhys Hiltner
2021-09-24runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-07-20[dev.typeparams] all: merge master (c8f4e61) into dev.typeparamsMatthew Dempsky
2021-07-09runtime/pprof: call runtime.GC twice in memory profile testMichael Anthony Knyszek
2021-06-22[dev.typeparams] all: merge master (16e82be) into dev.typeparamsCuong Manh Le
2021-06-21runtime/pprof: deflake TestMorestack moreCherry Mui
2021-06-17cmd/pprof,runtime/pprof: disable test on more broken platformsMichael Pratt
2021-06-08Revert "doc/go1.17: mention block profile bias fix"Cherry Mui
2021-06-08doc/go1.17: mention block profile bias fixFelix Geisendörfer
2021-05-24[dev.typeparams] runtime/pprof: replace funcPC with internal/abi.FuncPCABIInt...Cherry Mui
2021-04-27runtime/pprof: fix block profile biasFelix Geisendörfer
2021-04-06runtime/pprof: deflake TestMorestackCherry Zhang
2021-04-04runtime/pprof: skip tests for AIXClément Chigot
2021-03-18runtime/pprof: move common code to writeProfileInternal functionElvina Yakubova
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-20runtime/pprof: disable TestMorestack on darwin/arm64Russ Cox
2021-02-19runtime/pprof: disable TestMorestack on macOS under race detectorRuss Cox
2021-02-19runtime/pprof: expect tests to pass on macOSRuss Cox
2021-02-19runtime: fix windows/arm CONTEXT_CONTROLRuss Cox
2021-02-19runtime: use FuncInfo SPWRITE flag to identify untraceable profile samplesRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-28runtime/pprof: ignore test failures on windows/armJason A. Donenfeld
2020-10-26runtime: rename mcache fields to match Go styleMichael Anthony Knyszek
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-29runtime/pprof: fix units of MaxRSS on LinuxAustin Clements
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
2020-04-21Revert "runtime/pprof: speed up CPU profiling shutdown"Josh Bleecher Snyder
2020-04-21test/codegen, runtime/pprof, runtime: apply fmtalex-semenyuk
2020-04-20runtime/pprof: speed up CPU profiling shutdownJosh Bleecher Snyder
2020-04-17net/http/pprof: support the "seconds" param for block, mutex profilesHana Kim
2020-04-13runtime/pprof: clarify recursive inline heuristicMichael Pratt
2020-04-13runtime/pprof: try to use real stack in TestTryAddMichael Pratt
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-04-08Revert "runtime/pprof: try to use real stack in TestTryAdd"Bryan C. Mills
2020-04-08runtime/pprof: try to use real stack in TestTryAddMichael Pratt