aboutsummaryrefslogtreecommitdiff
path: root/src/internal/trace/parser.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2023-11-21cmd/trace: add almost full support for v2 traces in the trace viewerMichael Anthony Knyszek
2023-05-19runtime: emit STW events for all pauses, not just those for the GCMichael Anthony Knyszek
2023-03-09runtime/trace: update outdated Task and Region documentationNick Ripley
2023-02-06runtime: fix cpu sample commentMaksim Meshkov
2022-09-06internal/trace: use strings.Buildercuiweixie
2022-06-24internal/trace: add Go 1.19 test dataRhys Hiltner
2022-05-03runtime: add CPU samples to execution traceRhys Hiltner
2021-04-14runtime: move next_gc and last_next_gc into gcControllerStateMichael Anthony Knyszek
2018-04-24runtime/trace: rename "Span" with "Region"Hana Kim
2018-03-24all: remove some unused return parametersDaniel Martí
2018-03-05internal/trace: remove backlinks from span/task end to startHana Kim
2018-03-02internal/trace: Revert "remove backlinks from span/task end to start"Hana Kim
2018-03-02internal/trace: remove backlinks from span/task end to startHana Kim
2018-02-15internal/trace: link user span start and end eventsHana Kim
2018-02-15runtime/trace: implement annotation APIHana Kim
2018-02-15runtime/trace: user annotation APIHana Kim
2017-12-20cmd/trace: init goroutine info entries with GoCreate eventHana Kim
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-20all: correct location of go toolHiroshi Ioka
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-08-29runtime,cmd/trace: trace GC STW eventsAustin Clements
2017-04-19runtime: record swept and reclaimed bytes in sweep traceAustin Clements
2017-02-10cmd/trace: Record mark assists in execution tracesHeschi Kreinick
2016-10-28runtime/trace, internal/trace: script to collect canned tracesAustin Clements
2016-10-28runtime, cmd/trace: track goroutines blocked on GC assistsAustin Clements
2016-10-28runtime, cmd/trace: annotate different mark worker typesAustin Clements
2016-10-07cmd/trace: label mark termination spans as suchAustin Clements
2016-10-07cmd/trace: move process-wide GC events to their own rowAustin Clements
2016-08-19internal/trace: fix analysis of EvGoWaiting/EvGoInSyscall eventsDmitry Vyukov
2016-06-16internal/trace: err if binary is not supplied for old traceHana Kim
2016-04-24runtime/trace: test detection of broken timestampsDmitry Vyukov
2016-04-23runtime: use per-goroutine sequence numbers in tracerDmitry Vyukov
2016-04-22runtime: fix description of trace eventsDmitry Vyukov
2016-04-12internal/trace: fix int overflow in timestampsDmitry Vyukov
2016-04-11internal/trace: support parsing of 1.5 tracesDmitry Vyukov
2016-04-10internal/trace: fix a typo in error messageDmitry Vyukov
2016-04-08runtime: emit file:line info into tracesDmitry Vyukov
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-11runtime,internal/trace: map/slice literals janitoringDidier Spezia
2015-07-30runtime/trace: report negative frequency as a time-ordering problemRuss Cox
2015-07-29runtime/trace: record event sequence numbers explicitlyRuss Cox
2015-07-18internal/trace: fix fuzzer crashersDmitry Vyukov
2015-07-02internal/trace: add comment for stable sortDmitry Vyukov
2015-07-02internal/trace: stable sort eventsDmitry Vyukov
2015-06-11all: fix misprints in commentsAinar Garipov
2015-04-10internal/trace: don't assume GC will start and end on same PAustin Clements
2015-04-10runtime: fix tracing of syscall exitDmitry Vyukov