aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/testdata/testprogcgo/threadpprof.go
AgeCommit message (Expand)Author
2022-05-17runtime: deflake TestCgoPprofThreadCherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-08runtime: fix flake in TestCgoPprofThreadRhys Hiltner
2021-11-12runtime: drop cgoTraceback call assumptions from CgoPprof testsMichael Pratt
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-12-10runtime: fix CGO traceback frame countMark Pulford
2017-01-30runtime: add explicit (void) in C to avoid GCC 7 problemIan Lance Taylor
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-10-11runtime: record current PC for SIGPROF on non-Go threadIan Lance Taylor
2016-10-06runtime: add threadprof tag for test that starts busy threadIan Lance Taylor
2016-08-23runtime: remove unused function in testIan Lance Taylor
2016-06-13runtime: collect stack trace if SIGPROF arrives on non-Go threadIan Lance Taylor