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
/
runtime
/
trace
/
trace_stack_test.go
Age
Commit message (
Expand
)
Author
2024-04-15
runtime, cmd/trace: remove code paths that include v1 tracer
Carlos Amedee
2023-11-10
runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2
Michael Anthony Knyszek
2020-08-19
os, internal/poll: loop on EINTR for all file syscalls
Ian Lance Taylor
2020-05-11
internal/poll, os: loop on EINTR
Ian Lance Taylor
2020-03-18
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2020-01-24
Revert "runtime: don't hold worldsema across mark phase"
Michael Knyszek
2019-09-04
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2018-04-24
runtime/trace: add simple benchmarks for user annotation
Hana Kim
2018-02-13
runtime/trace: fix TestTraceSymbolize when GOMAXPROCS=1
David du Colombier
2018-02-13
runtime/trace: add stack tests for GOMAXPROCS
Hana Kim
2017-04-14
runtime/trace: better output when test fails
David Lazar
2017-02-15
os: use poller for file I/O
Ian Lance Taylor
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2017-02-10
cmd/compile/internal/syntax: removed gcCompat code needed to pass orig. tests
Robert Griesemer
2016-11-15
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-10-28
runtime/trace: deflake TestTraceSymbolize
Russ Cox
2016-04-24
runtime/trace: test detection of broken timestamps
Dmitry Vyukov
2016-04-08
runtime: emit file:line info into traces
Dmitry Vyukov
2016-03-03
net: deduplicate TCP socket code
Mikio Hara
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-09-11
runtime,internal/trace: map/slice literals janitoring
Didier Spezia
2015-07-30
runtime/trace: test requires 'go tool addr2line'
David Crawshaw
2015-07-29
runtime/trace: remove existing Skips
Russ Cox
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-23
runtime/trace: fix TestTraceSymbolize networking
Russ Cox
2015-07-22
runtime/trace: add new package
Dmitry Vyukov