aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof_test.go
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-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-09-23all: add GOOS=iosCherry Zhang
2020-04-22runtime/pprof: plumb labels for goroutine profilesDavid Finkel
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-05runtime/pprof: expand final stack frame to avoid truncationMichael Pratt
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/pprof: correctly encode inlined functions in CPU profileHana (Hyang-Ah) Kim
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
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-01-07runtime/pprof: add a test for gccgo bug #29448Cherry Zhang
2018-12-12runtime/pprof: ignore cpu profile test failures on openbsd/armJoel Sing
2018-12-12runtime/pprof: fix TestCPUProfileWithFork on Windows/ARMJordan Rhee
2018-11-02all: skip unsupported tests on AIXClément Chigot
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-08-31test: improve runtime/pprof tests for gccgoThan McIntosh
2018-08-23runtime: handle morestack system stack transition in gentracebackHeschi Kreinick
2018-05-24runtime/pprof: allow tests to run multiple timesHana Kim
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-11-07runtime/pprof: harden CPU profile test against smart backendThan McIntosh
2017-11-03runtime/pprof: use new profile format for block/mutex profilesHana (Hyang-Ah) Kim
2017-11-02runtime/pprof: use switch for GOOS check in testCPUProfileTobias Klauser
2017-11-01all: remove unnecessary return after skipping testTobias Klauser
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-18runtime: fix false positive race in profile label readingAustin Clements
2017-07-26runtime/pprof: prevent a deadlock that SIGPROF might create on mips{,le}Vladimir Stefanovic
2017-06-14runtime: record mutex event before readyingAustin Clements
2017-05-17runtime/pprof: deflake TestGoroutineCountsCarl Henrik Lunde