summaryrefslogtreecommitdiff
path: root/src/runtime/profbuf.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: fix false positive race in profile label readingAustin Clements2017-08-181-1/+1
* runtime: fix profile handling of labels for race detectorRuss Cox2017-04-281-0/+13
* runtime: new profile buffer implementation supporting label pointersRuss Cox2017-02-231-0/+548