aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace
AgeCommit message (Expand)Author
2018-02-15internal/trace: link user span start and end eventsHana Kim
2018-02-15runtime/trace: implement annotation APIHana Kim
2018-02-15runtime/trace: user annotation APIHana Kim
2018-02-13runtime/trace: fix TestTraceSymbolize when GOMAXPROCS=1David du Colombier
2018-02-13runtime/trace: add stack tests for GOMAXPROCSHana Kim
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-11-15runtime/trace: fix a typo in docHana Kim
2017-10-31runtime/trace: fix corrupted trace during StartTraceHana (Hyang-Ah) Kim
2017-08-29runtime/trace: improve package docHana Kim
2017-08-29runtime/trace: add example about trace.Start/StopAndré Carvalho
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-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-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-10-01runtime/trace: reduce memory usage for trace stress tests on openbsd/armJoel Sing
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