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_unix_test.go
Age
Commit message (
Expand
)
Author
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
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
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
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-04-10
cmd/trace: skip GoroutineInSyscall in case time order err
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