aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/trace/trace_test.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-08-12cmd/trace: move viewer data structs into cmd/internal/traceviewerMichael Matloob
2020-01-02runtime: emit trace event in direct semaphore handoffRhys Hiltner
2018-11-22cmd/trace: revert internal/traceparserHana Kim
2018-10-30cmd/trace: use new traceparser to parse the raw trace filesPeter Weinberger
2018-06-14runtime, sycall/js: add support for callbacks from JavaScriptRichard Musiol
2018-04-24cmd/trace: distinguish task endTimestamp and lastTimestampHana Kim
2018-03-07cmd/trace: generate jsontrace data in a streaming fashionHana Kim
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-02-10cmd/trace: Record mark assists in execution tracesHeschi Kreinick
2016-11-18cmd/trace: fix goroutine viewAustin Clements
2016-10-11cmd/trace: fix a runnable goroutine count bugHyang-Ah (Hana) Kim