summaryrefslogtreecommitdiff
path: root/src/internal/trace/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update to use os.ReadDir where appropriateRuss Cox2020-12-091-4/+3
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-1/+1
* all: shorten some testsRuss Cox2019-05-221-2/+11
* cmd/trace: init goroutine info entries with GoCreate eventHana Kim2017-12-201-2/+2
* cmd/trace: fix a runnable goroutine count bugHyang-Ah (Hana) Kim2016-10-111-43/+4
* internal/trace: err if binary is not supplied for old traceHana Kim2016-06-161-1/+3
* runtime: use per-goroutine sequence numbers in tracerDmitry Vyukov2016-04-231-4/+4
* internal/trace: fix int overflow in timestampsDmitry Vyukov2016-04-121-0/+52
* internal/trace: support parsing of 1.5 tracesDmitry Vyukov2016-04-111-2/+59
* all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike2015-08-211-1/+1
* runtime/trace: record event sequence numbers explicitlyRuss Cox2015-07-291-0/+4
* internal/trace: fix fuzzer crashersDmitry Vyukov2015-07-181-0/+26