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
Age
Commit message (
Expand
)
Author
2023-02-08
runtime: correct typos
Oleksandr Redko
2022-09-14
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...
Emmanuel T Odeke
2022-08-17
runtime/trace: convert tracing.enabled to atomic type
Cuong Manh Le
2022-06-21
runtime/trace: ignore fallback stacks in test
Rhys Hiltner
2022-05-05
runtime: prefer curg for execution trace profile
Rhys Hiltner
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-09-02
runtime: add file copyright header declaration
Heisenberg
2020-08-19
os, internal/poll: loop on EINTR for all file syscalls
Ian Lance Taylor
2020-06-19
runtime/trace: fix file name in example
Rodolfo Carvalho
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
2019-05-22
all: shorten some tests
Russ Cox
2019-04-18
runtime/trace: also treat plan9 as a low memory system
Brad Fitzpatrick
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-09-03
runtime/trace: fix syntax errors in NewTask doc example
Charles Kenney
2018-07-10
runtime/trace: comment newlines to restore correct doc summary
Alberto Donizetti
2018-06-25
runtime/trace: reword the trace package summary
Jeremy Jackins
2018-06-01
runtime/trace: remove remaining NewContext reference
Hana Kim
2018-06-01
os: add js/wasm architecture
Richard Musiol
2018-05-09
runtime/trace: delete functions replaced by cl/108296
Hana Kim
2018-04-24
runtime/trace: add simple benchmarks for user annotation
Hana Kim
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-03-05
internal/trace: remove backlinks from span/task end to start
Hana Kim
2018-03-01
runtime/trace: skip TestUserTaskSpan upon timestamp error
Hana Kim
2018-02-18
all: remove "the" duplications
Kunpei Sakai
2018-02-15
internal/trace: link user span start and end events
Hana Kim
2018-02-15
runtime/trace: implement annotation API
Hana Kim
2018-02-15
runtime/trace: user annotation API
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-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-11-15
runtime/trace: fix a typo in doc
Hana Kim
2017-10-31
runtime/trace: fix corrupted trace during StartTrace
Hana (Hyang-Ah) Kim
2017-08-29
runtime/trace: improve package doc
Hana Kim
2017-08-29
runtime/trace: add example about trace.Start/Stop
André Carvalho
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-10-28
runtime/trace, internal/trace: script to collect canned traces
Austin Clements
2016-04-24
runtime/trace: test detection of broken timestamps
Dmitry Vyukov
2016-04-11
internal/trace: support parsing of 1.5 traces
Dmitry Vyukov
[next]