aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/pprof/pprof_test.go
AgeCommit message (Expand)Author
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
2017-05-15runtime/pprof: expand inlined frames in symbolized proto profilesAustin Clements
2017-05-09runtime/pprof: deflake TestGoroutineCountsAustin Clements
2017-04-28runtime/pprof: use symbol information already in profile in testsAustin Clements
2017-04-28runtime/pprof: propagate profile labels into profile protoMichael Matloob
2017-04-20runtime/pprof: don't accept "," in profile PCsAustin Clements
2017-04-20runtime/pprof: accept fewer PCsAustin Clements
2017-02-27runtime/pprof: handle empty stack traces in Profile.AddJosh Bleecher Snyder
2017-02-24runtime/pprof/internal/profile: move internal/pprof/profile hereRuss Cox
2017-02-24runtime/pprof: add streaming protobuf encoderRuss Cox
2017-02-20runtime/pprof: mark TestMutexProfile as flaky for nowBrad Fitzpatrick
2017-02-14runtime: remove stack barriersAustin Clements
2016-12-16runtime/pprof: fix spelling in testKevin Burke
2016-12-16runtime/pprof: deflake tests for heavily loaded systemsIan Lance Taylor
2016-11-21runtime/pprof: emit count profiles with debug=0 as proto profilesMichael Matloob
2016-11-17runtime/pprof: fix typo in testBrad Fitzpatrick
2016-11-16runtime/pprof: skip profiling tests on mips if highres timers not availableBrad Fitzpatrick