aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/profbuf.go
AgeCommit message (Expand)Author
2025-11-21runtime/pprof: remove hard-coded sleep in CPU profile readerNick Ripley
2025-11-21runtime: fix double wakeup in CPU profile bufferNick Ripley
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-08runtime: use built-in clear to simplify codeapocelipes
2023-12-15all: fix copyright headersJes Cok
2023-09-18all: clean unnecessary castsJes Cok
2023-08-14runtime: profiling on Darwin cannot use blocking readsDavid Chase
2022-08-18runtime: convert profbuf.eof to atomic typeCuong Manh Le
2022-08-18runtime: convert profbuf.overflowTime to atomic typeCuong Manh Le
2022-08-18runtime: convert profbuf.overflow to atomic typeCuong Manh Le
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2017-08-18runtime: fix false positive race in profile label readingAustin Clements
2017-04-28runtime: fix profile handling of labels for race detectorRuss Cox
2017-02-23runtime: new profile buffer implementation supporting label pointersRuss Cox