summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_buffer_queue.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay][compiler-rt] Remove MAP_NORESERVE from XRay allocationsDean Michael Berris2018-08-161-20/+1
* [XRay][compiler-rt] FDR Mode: Use mmap instead of internal allocatorDean Michael Berris2018-07-301-11/+44
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-051-5/+4
* [XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueueDean Michael Berris2018-06-051-5/+30
* [XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris2018-02-101-4/+4
* [XRay] Use optimistic logging model for FDR modeDean Michael Berris2017-11-211-13/+21
* [XRay][compiler-rt] More fixups.Dean Michael Berris2017-10-241-3/+3
* [XRay][compiler-rt] Fixup shadowingDean Michael Berris2017-10-241-3/+3
* [XRay][compiler-rt] Remove C++ STL from the buffer queue implementationDean Michael Berris2017-10-241-27/+33
* [XRay][compiler-rt] Fix logical failure in BufferQueue::getBuffer()Dean Michael Berris2017-10-041-1/+1
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-041-14/+33
* Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris2017-10-031-35/+14
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-031-14/+35
* [XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris2017-03-271-5/+6
* [XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris2017-03-221-11/+15
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-251-10/+21
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-031-21/+10
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-031-10/+21
* [XRay][compiler-rt] Explicitly initialise members.Dean Michael Berris2016-12-061-1/+1
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-12-061-0/+65
* Revert "[XRay][compiler-rt] XRay Buffer Queue"Dean Michael Berris2016-11-251-65/+0
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-11-251-0/+65
OpenPOWER on IntegriCloud