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-05-02
runtime/trace: enable frame pointer unwinding by default for amd64 and arm64
Nick Ripley
2023-04-28
runtime/trace: avoid frame pointer unwinding for events during cgocallbackg
Nick Ripley
2023-04-21
internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna...
Austin Clements
2023-04-21
internal/abi, runtime, cmd: merge funcID_* consts into internal/abi
Austin Clements
2023-04-04
runtime/trace: Fix TestTraceSymbolize on solaris and illumos
Felix Geisendörfer
2023-03-30
runtime/trace: use regular unwinding for cgo callbacks
Felix Geisendörfer
2023-03-30
runtime/trace: enable frame pointer unwinding on amd64
Felix Geisendörfer
2023-03-16
runtime/trace: record HeapGoal when StartTrace
Leonard Wang
2023-03-15
runtime: pass M to traceReleaseBuffer
Michael Pratt
2023-03-09
runtime/trace: update outdated Task and Region documentation
Nick Ripley
2023-02-06
runtime: fix cpu sample comment
Maksim Meshkov
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
[prev]
[next]