aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace/trace_test.go
AgeCommit message (Expand)Author
2025-10-20runtime/trace: dump test traces on validation failureMichael Anthony Knyszek
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-02-08runtime: correct typosOleksandr Redko
2022-06-21runtime/trace: ignore fallback stacks in testRhys Hiltner
2022-05-05runtime: prefer curg for execution trace profileRhys Hiltner
2022-05-03runtime: add CPU samples to execution traceRhys Hiltner
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-05-22all: shorten some testsRuss Cox
2019-04-18runtime/trace: also treat plan9 as a low memory systemBrad Fitzpatrick
2018-06-01os: add js/wasm architectureRichard Musiol
2018-04-24runtime/trace: add simple benchmarks for user annotationHana Kim
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-10-31runtime/trace: fix corrupted trace during StartTraceHana (Hyang-Ah) Kim
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-28runtime/trace, internal/trace: script to collect canned tracesAustin Clements
2016-04-24runtime/trace: test detection of broken timestampsDmitry Vyukov
2016-04-11internal/trace: support parsing of 1.5 tracesDmitry Vyukov
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-01runtime/trace: reduce memory usage for trace stress tests on openbsd/armJoel Sing
2015-07-29runtime/trace: remove existing SkipsRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-22runtime/trace: add new packageDmitry Vyukov