index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
trace
/
trace_test.go
Age
Commit message (
Expand
)
Author
2024-05-17
cmd/trace: collapse v2 directory into trace
Carlos Amedee
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
2023-11-21
cmd/trace: add almost full support for v2 traces in the trace viewer
Michael Anthony Knyszek
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-08-12
cmd/trace: move viewer data structs into cmd/internal/traceviewer
Michael Matloob
2020-01-02
runtime: emit trace event in direct semaphore handoff
Rhys Hiltner
2018-11-22
cmd/trace: revert internal/traceparser
Hana Kim
2018-10-30
cmd/trace: use new traceparser to parse the raw trace files
Peter Weinberger
2018-06-14
runtime, sycall/js: add support for callbacks from JavaScript
Richard Musiol
2018-04-24
cmd/trace: distinguish task endTimestamp and lastTimestamp
Hana Kim
2018-03-07
cmd/trace: generate jsontrace data in a streaming fashion
Hana Kim
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-02-10
cmd/trace: Record mark assists in execution traces
Heschi Kreinick
2016-11-18
cmd/trace: fix goroutine view
Austin Clements
2016-10-11
cmd/trace: fix a runnable goroutine count bug
Hyang-Ah (Hana) Kim