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
2026-01-08
runtime/trace: fix documentation comment
jjpinto
2026-01-07
internal/trace: fix recorder.Write return value for header-only buffers
jjpinto
2025-12-12
runtime: dropg after emitting trace event in preemptPark
Michael Anthony Knyszek
2025-12-11
runtime/trace: fix broken TestSubscribers
Michael Anthony Knyszek
2025-12-08
runtime/trace: update TestSubscribers to dump traces
Michael Anthony Knyszek
2025-11-21
runtime/trace: add Log benchmark
Michael Anthony Knyszek
2025-10-20
runtime/trace: dump test traces on validation failure
Michael Anthony Knyszek
2025-08-15
internal/trace: add end-of-generation signal to trace
Michael Anthony Knyszek
2025-08-13
runtime/trace: fix documentation typo
Alexey Palazhchenko
2025-05-27
runtime/trace: add a trace validation test for different trace orders
Carlos Amedee
2025-05-23
runtime/trace: match traceClockNow types
Michael Pratt
2025-05-23
runtime/trace: fix flaky test for SetMinAge
Carlos Amedee
2025-05-21
runtime/trace: add the flight recorder
Carlos Amedee
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
2023-06-20
runtime/trace: add godoc links
Olivier Mengué
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-03-09
runtime/trace: update outdated Task and Region documentation
Nick Ripley
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
[next]