aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-02runtime: add file copyright header declarationHeisenberg
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-06-19runtime/trace: fix file name in exampleRodolfo Carvalho
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
2019-05-22all: shorten some testsRuss Cox
2019-04-18runtime/trace: also treat plan9 as a low memory systemBrad Fitzpatrick
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-09-03runtime/trace: fix syntax errors in NewTask doc exampleCharles Kenney
2018-07-10runtime/trace: comment newlines to restore correct doc summaryAlberto Donizetti
2018-06-25runtime/trace: reword the trace package summaryJeremy Jackins
2018-06-01runtime/trace: remove remaining NewContext referenceHana Kim
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-09runtime/trace: delete functions replaced by cl/108296Hana Kim
2018-04-24runtime/trace: add simple benchmarks for user annotationHana Kim
2018-04-24runtime/trace: rename "Span" with "Region"Hana Kim
2018-03-05internal/trace: remove backlinks from span/task end to startHana Kim
2018-03-01runtime/trace: skip TestUserTaskSpan upon timestamp errorHana Kim
2018-02-18all: remove "the" duplicationsKunpei Sakai
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