summaryrefslogtreecommitdiff
path: root/lib/xray/xray_buffer_queue.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Move buffer extents back to the heapDean Michael Berris2018-11-201-5/+10
* [XRay] Use more portable control blockDean Michael Berris2018-10-291-4/+23
* [XRay] Refcount backing store for buffersDean Michael Berris2018-10-281-3/+11
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-221-0/+21
* Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui...Douglas Yung2018-10-191-21/+0
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-171-0/+21
* [XRay][compiler-rt] Update use of internal_mmapDean Michael Berris2018-09-211-1/+2
* [XRay] Simplify FDR buffer managementDean Michael Berris2018-09-171-12/+13
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-051-6/+5
* [XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueueDean Michael Berris2018-06-051-1/+1
* [XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris2018-05-141-23/+91
* [XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris2018-02-101-1/+1
* [XRay] Use optimistic logging model for FDR modeDean Michael Berris2017-11-211-0/+5
* [XRay][compiler-rt] More fixups.Dean Michael Berris2017-10-241-1/+1
* [XRay][compiler-rt] Fixup shadowingDean Michael Berris2017-10-241-1/+1
* [XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris2017-10-241-28/+33
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-041-7/+23
* Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris2017-10-031-16/+7
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-031-7/+16
* [XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris2017-08-311-6/+9
* [XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris2017-03-291-0/+3
* [XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris2017-03-271-7/+9
* [XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris2017-03-221-7/+30
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-251-10/+26
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-031-27/+10
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-031-10/+27
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-12-061-0/+86
* Revert "[XRay][compiler-rt] XRay Buffer Queue"Dean Michael Berris2016-11-251-86/+0
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-11-251-0/+86