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.go
Age
Commit message (
Expand
)
Author
2023-01-23
runtime: use copy as spotted by staticcheck
Daniel MartÃ
2022-09-27
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-08-23
runtime: move traceStackTable.lock to the system stack
Austin Clements
2022-08-19
runtime: add and use runtime/internal/sys.NotInHeap
Cuong Manh Le
2022-08-15
Revert "runtime/trace: add missing events for the locked g in extra M."
Cuong Manh Le
2022-08-12
runtime/trace: add missing events for the locked g in extra M.
doujiang24
2022-08-12
runtime: run "gofmt -s -w"
Cuong Manh Le
2022-08-12
runtime: convert g.goid to uint64
Michael Pratt
2022-08-11
runtime: add mayAcquire annotation for trace.lock
Austin Clements
2022-08-11
runtime: only acquire trace.lock on the system stack
Austin Clements
2022-08-11
runtime: don't use trace.lock for trace reader parking
Austin Clements
2022-08-11
runtime: simplify trace buffer management around footer
Austin Clements
2022-08-11
runtime: avoid large object stack copy in traceStackTable.dump
Austin Clements
2022-08-11
runtime: write trace stack tab directly to trace buffer
Austin Clements
2022-08-08
runtime: convert gcController.heapLive to atomic type
Michael Pratt
2022-08-02
runtime: trivial replacements of _g_ in remaining files
Michael Pratt
2022-08-02
runtime: tricky replacements of _g_ in trace.go
Michael Pratt
2022-08-02
runtime: rename _p_ to pp
Michael Pratt
2022-05-05
runtime: use profile data before advancing index
Rhys Hiltner
2022-05-03
runtime: re-add import in trace.go
Rhys Hiltner
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2022-05-03
runtime: check the heap goal and trigger dynamically
Michael Anthony Knyszek
2022-04-26
runtime: move scheduling decisions by schedule into findrunnable
Michael Anthony Knyszek
2022-02-11
cmd/compile, runtime: use unwrapped PC for goroutine creation tracing
Cherry Mui
2021-12-29
runtime: invalid negative frequency while tracing
Meng Zhuo
2021-10-19
runtime: ensure at least 1 tick between events
Meng Zhuo
2021-06-17
[dev.typeparams] runtime: replace Goarch* constants with internal/goarch vers...
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: fix import sort order [generated]
Michael Anthony Knyszek
2021-06-17
[dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i...
Michael Anthony Knyszek
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2021-04-13
runtime: move internal GC statistics from memstats to gcController
Michael Anthony Knyszek
2021-03-05
runtime: encapsulate access to allgs
Michael Pratt
2020-10-30
runtime: manage gcBgMarkWorkers with a global pool
Michael Pratt
2020-10-26
runtime: make next_gc atomically accessed
Michael Anthony Knyszek
2020-05-21
runtime: synchronize StartTrace and StopTrace with sysmon
Michael Anthony Knyszek
2020-04-07
runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)
Dan Scales
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-11-19
runtime, time: remove old timer code
Ian Lance Taylor
2019-11-04
runtime: clean up power-of-two rounding code with align functions
Michael Anthony Knyszek
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-09-04
runtime: don't hold worldsema across mark phase
Michael Anthony Knyszek
2018-08-22
runtime: remove redundant explicit deref in trace.go
Iskander Sharipov
2018-08-22
runtime: simplify slice expression to sliced value itself
Iskander Sharipov
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-02-15
runtime/trace: implement annotation API
Hana Kim
2018-02-15
runtime/trace: user annotation API
Hana Kim
[next]