aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof
AgeCommit message (Expand)Author
2022-02-07[release-branch.go1.16] runtime: set vdsoSP to caller's SP consistentlyCherry Mui
2021-05-05[release-branch.go1.16] runtime/pprof: skip tests for AIXClément Chigot
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
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-07runtime/pprof: document labels bugKomu Wairagu
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2019-03-02runtime/pprof/internal/profile: use idiomatic swappingIskander Sharipov
2019-01-08runtime: store incremented PC in result of runtime.CallersKeith Randall
2019-01-07runtime/pprof: add a test for gccgo bug #29448Cherry Zhang
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-12runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing