summaryrefslogtreecommitdiff
path: root/lib/xray/xray_fdr_logging_impl.h
AgeCommit message (Expand)Author
2017-11-21[XRay] Use optimistic logging model for FDR modeDean Michael Berris
2017-10-27[XRay][compiler-rt] Remove more STL dependenices from FDR modeDean Michael Berris
2017-10-17[XRay][compiler-rt] Always place the CPU record first for every bufferDean Michael Berris
2017-10-03fixup: use UNUSED, restore alignment for cache-line friendliness, and report ...Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use pthread for initializing thread-local dataDean Michael Berris
2017-09-29[XRay][compiler-rt][NFC] Remove loggingInitialized() convenience functionDean Michael Berris
2017-09-28[XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan
2017-09-18[XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris
2017-09-12[XRay][compiler-rt] Use a single global volatile recursion guard for FDR hand...Dean Michael Berris
2017-08-29[XRay][compiler-rt][NFC] Refactor global TLS variables behind an accessor fun...Dean Michael Berris
2017-08-02[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris
2017-05-12[XRay][compiler-rt] Remove unused variable after refactoringDean Michael Berris
2017-05-12[XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris
2017-04-12[XRay] [compiler-rt] Refactor rewinding FDR logging.Martin Pelikan
2017-04-12[XRay] [compiler-rt] Simplify FDR logging handler. [NFC]Martin Pelikan
2017-04-12[XRay][compiler-rt] Add another work-around to XRay FDR tests when TSC emulat...Douglas Yung
2017-04-06[XRay][compiler-rt] Remove unused local variableDean Michael Berris
2017-04-06[XRay] [compiler-rt] Unwriting FDR mode buffers when functions are short.Dean Michael Berris
2017-03-29[XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris
2017-03-27Fix build error:Ismail Donmez
2017-03-27[XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris
2017-03-22[XRay][compiler-rt] Remove dependency on <system_error>Dean Michael Berris
2017-03-17[XRay][compiler-rt] Add missing include to <string>Dean Michael Berris
2017-03-15[XRay] [compiler-rt] Refactor logic for xray fdr logging. NFC.Dean Michael Berris