aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
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
2020-03-27runtime/pprof: increment fake overflow record PCMichael Pratt
2020-03-20runtime: handle empty stack in expandFinalInlineFrameKeith Randall
2020-03-17runtime/pprof: export max rss when saving memory profiles.Jeremy Faller
2020-03-11runtime/pprof: document that debug=0 emits protoTamir Duberstein
2020-03-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
2020-03-01runtime/pprof/internal/profile: make error message readableIan Lance Taylor
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-11-22runtime/pprof: avoid crash due to truncated stack tracesHana Kim
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-14runtime/pprof: fix the inlined frame merge logicHana Kim
2019-11-11runtime/pprof: skip checks for inlined functions when inlining is disabledBryan C. Mills
2019-11-08runtime: fix line number for faulting instructionsKeith Randall
2019-11-08runtime/pprof: delete unused locForPCHana (Hyang-Ah) Kim
2019-11-08runtime/pprof: correct inlined function location encoding for non-CPU profilesHana (Hyang-Ah) Kim
2019-11-08runtime/pprof: correctly encode inlined functions in CPU profileHana (Hyang-Ah) Kim
2019-11-05runtime/pprof: update example comment to check error on CloseIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-08all: fix typosAinar Garipov
2019-08-28runtime: reduce allocations when building pprof LabelSetMartin Möhrmann
2019-08-07runtime/pprof: Mention goroutine label heritabilityDavid Finkel
2019-05-22all: shorten some testsRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-26runtime: add support for openbsd/arm64Joel Sing
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