aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace/trace_stack_test.go
AgeCommit message (Expand)Author
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
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-03-18runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2020-01-24Revert "runtime: don't hold worldsema across mark phase"Michael Knyszek
2019-09-04runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2018-04-24runtime/trace: add simple benchmarks for user annotationHana Kim
2018-02-13runtime/trace: fix TestTraceSymbolize when GOMAXPROCS=1David du Colombier
2018-02-13runtime/trace: add stack tests for GOMAXPROCSHana Kim
2017-04-14runtime/trace: better output when test failsDavid Lazar
2017-02-15os: use poller for file I/OIan Lance Taylor
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2017-02-10cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer
2016-11-15all: don't call t.Fatal from a goroutineIan Lance Taylor
2016-10-28runtime/trace: deflake TestTraceSymbolizeRuss Cox
2016-04-24runtime/trace: test detection of broken timestampsDmitry Vyukov
2016-04-08runtime: emit file:line info into tracesDmitry Vyukov
2016-03-03net: deduplicate TCP socket codeMikio Hara
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-11runtime,internal/trace: map/slice literals janitoringDidier Spezia
2015-07-30runtime/trace: test requires 'go tool addr2line'David Crawshaw
2015-07-29runtime/trace: remove existing SkipsRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-23runtime/trace: fix TestTraceSymbolize networkingRuss Cox
2015-07-22runtime/trace: add new packageDmitry Vyukov