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
/
internal
/
trace
/
parser.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2023-11-21
cmd/trace: add almost full support for v2 traces in the trace viewer
Michael Anthony Knyszek
2023-05-19
runtime: emit STW events for all pauses, not just those for the GC
Michael Anthony Knyszek
2023-03-09
runtime/trace: update outdated Task and Region documentation
Nick Ripley
2023-02-06
runtime: fix cpu sample comment
Maksim Meshkov
2022-09-06
internal/trace: use strings.Builder
cuiweixie
2022-06-24
internal/trace: add Go 1.19 test data
Rhys Hiltner
2022-05-03
runtime: add CPU samples to execution trace
Rhys Hiltner
2021-04-14
runtime: move next_gc and last_next_gc into gcControllerState
Michael Anthony Knyszek
2018-04-24
runtime/trace: rename "Span" with "Region"
Hana Kim
2018-03-24
all: remove some unused return parameters
Daniel MartÃ
2018-03-05
internal/trace: remove backlinks from span/task end to start
Hana Kim
2018-03-02
internal/trace: Revert "remove backlinks from span/task end to start"
Hana Kim
2018-03-02
internal/trace: remove backlinks from span/task end to start
Hana Kim
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
2017-12-20
cmd/trace: init goroutine info entries with GoCreate event
Hana Kim
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-09-20
all: correct location of go tool
Hiroshi Ioka
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-02-10
cmd/trace: Record mark assists in execution traces
Heschi Kreinick
2016-10-28
runtime/trace, internal/trace: script to collect canned traces
Austin Clements
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-07
cmd/trace: label mark termination spans as such
Austin Clements
2016-10-07
cmd/trace: move process-wide GC events to their own row
Austin Clements
2016-08-19
internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall events
Dmitry Vyukov
2016-06-16
internal/trace: err if binary is not supplied for old trace
Hana Kim
2016-04-24
runtime/trace: test detection of broken timestamps
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-12
internal/trace: fix int overflow in timestamps
Dmitry Vyukov
2016-04-11
internal/trace: support parsing of 1.5 traces
Dmitry Vyukov
2016-04-10
internal/trace: fix a typo in error message
Dmitry Vyukov
2016-04-08
runtime: emit file:line info into traces
Dmitry Vyukov
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-09-11
runtime,internal/trace: map/slice literals janitoring
Didier Spezia
2015-07-30
runtime/trace: report negative frequency as a time-ordering problem
Russ Cox
2015-07-29
runtime/trace: record event sequence numbers explicitly
Russ Cox
2015-07-18
internal/trace: fix fuzzer crashers
Dmitry Vyukov
2015-07-02
internal/trace: add comment for stable sort
Dmitry Vyukov
2015-07-02
internal/trace: stable sort events
Dmitry Vyukov
2015-06-11
all: fix misprints in comments
Ainar Garipov
2015-04-10
internal/trace: don't assume GC will start and end on same P
Austin Clements
2015-04-10
runtime: fix tracing of syscall exit
Dmitry Vyukov
[next]