aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/trace
AgeCommit message (Expand)Author
2026-03-26runtime: truncate trace strings before inserting into trace mapTobias Grieger
2026-01-08runtime/trace: fix documentation commentjjpinto
2026-01-07internal/trace: fix recorder.Write return value for header-only buffersjjpinto
2025-12-12runtime: dropg after emitting trace event in preemptParkMichael Anthony Knyszek
2025-12-11runtime/trace: fix broken TestSubscribersMichael Anthony Knyszek
2025-12-08runtime/trace: update TestSubscribers to dump tracesMichael Anthony Knyszek
2025-11-21runtime/trace: add Log benchmarkMichael Anthony Knyszek
2025-10-20runtime/trace: dump test traces on validation failureMichael Anthony Knyszek
2025-08-15internal/trace: add end-of-generation signal to traceMichael Anthony Knyszek
2025-08-13runtime/trace: fix documentation typoAlexey Palazhchenko
2025-05-27runtime/trace: add a trace validation test for different trace ordersCarlos Amedee
2025-05-23runtime/trace: match traceClockNow typesMichael Pratt
2025-05-23runtime/trace: fix flaky test for SetMinAgeCarlos Amedee
2025-05-21runtime/trace: add the flight recorderCarlos Amedee
2024-04-15runtime, cmd/trace: remove code paths that include v1 tracerCarlos Amedee
2023-11-10runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2Michael Anthony Knyszek
2023-06-20runtime/trace: add godoc linksOlivier Mengué
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-03-09runtime/trace: update outdated Task and Region documentationNick Ripley
2023-02-08runtime: correct typosOleksandr Redko
2022-09-14all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...Emmanuel T Odeke
2022-08-17runtime/trace: convert tracing.enabled to atomic typeCuong Manh Le
2022-06-21runtime/trace: ignore fallback stacks in testRhys Hiltner
2022-05-05runtime: prefer curg for execution trace profileRhys Hiltner
2022-05-03runtime: add CPU samples to execution traceRhys Hiltner
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-09-02runtime: add file copyright header declarationHeisenberg
2020-08-19os, internal/poll: loop on EINTR for all file syscallsIan Lance Taylor
2020-06-19runtime/trace: fix file name in exampleRodolfo Carvalho
2020-05-11internal/poll, os: loop on EINTRIan Lance Taylor
2020-03-18runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2020-01-24Revert "runtime: don't hold worldsema across mark phase"Michael Knyszek
2019-09-04runtime: don't hold worldsema across mark phaseMichael Anthony Knyszek
2019-05-22all: shorten some testsRuss Cox
2019-04-18runtime/trace: also treat plan9 as a low memory systemBrad Fitzpatrick
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-09-03runtime/trace: fix syntax errors in NewTask doc exampleCharles Kenney
2018-07-10runtime/trace: comment newlines to restore correct doc summaryAlberto Donizetti
2018-06-25runtime/trace: reword the trace package summaryJeremy Jackins
2018-06-01runtime/trace: remove remaining NewContext referenceHana Kim
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-09runtime/trace: delete functions replaced by cl/108296Hana Kim
2018-04-24runtime/trace: add simple benchmarks for user annotationHana Kim
2018-04-24runtime/trace: rename "Span" with "Region"Hana Kim
2018-03-05internal/trace: remove backlinks from span/task end to startHana Kim
2018-03-01runtime/trace: skip TestUserTaskSpan upon timestamp errorHana Kim
2018-02-18all: remove "the" duplicationsKunpei Sakai