summaryrefslogtreecommitdiff
path: root/src/runtime/trace
Commit message (Expand)AuthorAgeFilesLines
* runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek2019-09-041-0/+1
* all: shorten some testsRuss Cox2019-05-221-0/+4
* runtime/trace: also treat plan9 as a low memory systemBrad Fitzpatrick2019-04-181-3/+18
* all: use "reports whether" consistently instead of "returns whether"Tobias Klauser2018-12-021-1/+1
* runtime/trace: fix syntax errors in NewTask doc exampleCharles Kenney2018-09-031-4/+4
* runtime/trace: comment newlines to restore correct doc summaryAlberto Donizetti2018-07-101-2/+2
* runtime/trace: reword the trace package summaryJeremy Jackins2018-06-251-2/+2
* runtime/trace: remove remaining NewContext referenceHana Kim2018-06-011-21/+22
* os: add js/wasm architectureRichard Musiol2018-06-011-0/+6
* runtime/trace: delete functions replaced by cl/108296Hana Kim2018-05-091-18/+1
* runtime/trace: add simple benchmarks for user annotationHana Kim2018-04-244-2/+67
* runtime/trace: rename "Span" with "Region"Hana Kim2018-04-243-83/+117
* internal/trace: remove backlinks from span/task end to startHana Kim2018-03-051-4/+13
* runtime/trace: skip TestUserTaskSpan upon timestamp errorHana Kim2018-03-011-0/+4
* all: remove "the" duplicationsKunpei Sakai2018-02-181-1/+1
* internal/trace: link user span start and end eventsHana Kim2018-02-151-15/+39
* runtime/trace: implement annotation APIHana Kim2018-02-152-3/+94
* runtime/trace: user annotation APIHana Kim2018-02-152-6/+259
* runtime/trace: fix TestTraceSymbolize when GOMAXPROCS=1David du Colombier2018-02-131-1/+2
* runtime/trace: add stack tests for GOMAXPROCSHana Kim2018-02-131-50/+88
* cmd/trace: init goroutine info entries with GoCreate eventHana Kim2017-12-201-4/+4
* runtime/trace: fix a typo in docHana Kim2017-11-151-1/+1
* runtime/trace: fix corrupted trace during StartTraceHana (Hyang-Ah) Kim2017-10-311-0/+57
* runtime/trace: improve package docHana Kim2017-08-291-7/+30
* runtime/trace: add example about trace.Start/StopAndré Carvalho2017-08-291-0/+39
* runtime/trace: better output when test failsDavid Lazar2017-04-141-1/+2
* os: use poller for file I/OIan Lance Taylor2017-02-151-0/+1
* net: refactor poller into new internal/poll packageIan Lance Taylor2017-02-131-0/+1
* cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. testsRobert Griesemer2017-02-101-1/+1
* all: don't call t.Fatal from a goroutineIan Lance Taylor2016-11-152-14/+18
* runtime/trace: deflake TestTraceSymbolizeRuss Cox2016-10-281-2/+2
* runtime/trace, internal/trace: script to collect canned tracesAustin Clements2016-10-281-0/+20
* runtime/trace: test detection of broken timestampsDmitry Vyukov2016-04-242-18/+35
* internal/trace: support parsing of 1.5 tracesDmitry Vyukov2016-04-111-2/+2
* runtime: emit file:line info into tracesDmitry Vyukov2016-04-081-4/+3
* net: deduplicate TCP socket codeMikio Hara2016-03-031-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-012-2/+2
* runtime/trace: reduce memory usage for trace stress tests on openbsd/armJoel Sing2015-10-011-2/+14
* runtime,internal/trace: map/slice literals janitoringDidier Spezia2015-09-111-77/+77
* runtime/trace: test requires 'go tool addr2line'David Crawshaw2015-07-301-1/+1
* runtime/trace: remove existing SkipsRuss Cox2015-07-292-34/+1
* runtime/trace: record event sequence numbers explicitlyRuss Cox2015-07-292-5/+11
* runtime/trace: fix TestTraceSymbolize networkingRuss Cox2015-07-231-4/+4
* runtime/trace: add new packageDmitry Vyukov2015-07-223-0/+788