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
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
2017-10-31
runtime/trace: fix corrupted trace during StartTrace
Hana (Hyang-Ah) Kim
2017-09-27
runtime: clean up loops over allp
Austin Clements
2017-09-27
runtime: dynamically allocate allp
Austin Clements
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2017-08-29
runtime,cmd/trace: trace GC STW events
Austin Clements
2017-04-19
runtime: record swept and reclaimed bytes in sweep trace
Austin Clements
2017-04-19
runtime: make sweep trace events encompass entire sweep loop
Austin Clements
2017-04-14
runtime/trace: iterate over frames instead of PCs
David Lazar
2017-03-16
runtime: remove unused g parameter
Daniel MartÃ
2017-03-06
runtime: avoid repeated findmoduledatap calls
Austin Clements
2017-02-17
sync: make Mutex more fair
Dmitry Vyukov
2017-02-14
runtime: remove stack barriers
Austin Clements
2017-02-10
cmd/trace: Record mark assists in execution traces
Heschi Kreinick
2016-10-28
runtime, cmd/trace: track goroutines blocked on GC assists
Austin Clements
2016-10-28
runtime, cmd/trace: annotate different mark worker types
Austin Clements
2016-10-28
runtime: Profile goroutines holding contended mutexes.
Peter Weinberger
2016-10-21
runtime: replace *g with guintptr in trace
Austin Clements
2016-10-15
runtime: mark several types go:notinheap
Austin Clements
2016-10-07
cmd/trace: label mark termination spans as such
Austin Clements
2016-10-07
runtime: make next_gc ^0 when GC is disabled
Austin Clements
2016-09-02
runtime: fix global buffer reset in StopTrace
Dmitry Vyukov
2016-08-22
runtime: speed up StartTrace with lots of blocked goroutines
Dmitry Vyukov
2016-04-23
runtime: use per-goroutine sequence numbers in tracer
Dmitry Vyukov
2016-04-22
runtime: fix description of trace events
Dmitry Vyukov
2016-04-11
internal/trace: support parsing of 1.5 traces
Dmitry Vyukov
2016-04-08
runtime: emit file:line info into traces
Dmitry Vyukov
2016-01-27
runtime: acquire stack lock in traceEvent
Austin Clements
2015-11-19
runtime: eliminate traceAllocBlock write barriers
Austin Clements
2015-11-12
runtime: break out system-specific constants into package sys
Michael Matloob
2015-11-11
runtime: replace traceBuf slice with index
Austin Clements
2015-11-11
runtime: eliminate traceStack write barriers
Austin Clements
2015-11-11
runtime: eliminate traceBuf write barriers
Austin Clements
2015-11-10
runtime: break atomics out into package runtime/internal/atomic
Michael Matloob
2015-11-05
runtime: decentralize sweep termination and mark transition
Austin Clements
2015-11-05
runtime: beginning of decentralized off->mark transition
Austin Clements
2015-09-17
runtime/trace: fix tracing of blocking system calls
Shawn Walker-Salas
2015-09-14
runtime: fix hashing of trace stacks
Austin Clements
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-22
runtime: fix comments referring to trace functions in runtime/pprof
Austin Clements
[prev]
[next]