summaryrefslogtreecommitdiff
path: root/include/xray
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-151-23/+2
* [XRay] basic mode PID and TID always fetchDean Michael Berris2018-07-111-3/+6
* Fix a typo; NFCGeorge Burgess IV2018-05-261-1/+1
* [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris2018-05-041-23/+59
* Implement trampoline and handler for typed xray event tracing.Keith Wyss2018-04-171-1/+13
* [XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris2018-03-071-0/+64
* [XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan2018-01-301-1/+1
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-051-0/+38
* [XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2017-11-211-1/+8
* [XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris2017-10-051-1/+29
* [XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan2017-09-281-0/+3
* [XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris2017-09-181-1/+4
* [XRay][compiler-rt] Allow for building the XRay runtime without PREINIT initi...Dean Michael Berris2017-08-031-0/+8
* [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris2017-08-021-0/+2
* [XRay][compiler-rt][NFC] Add a name for argument to __xray_set_handler_arg1(...)Dean Michael Berris2017-06-191-1/+2
* [XRay][compiler-rt] Add __xray_remove_customevent_handler(...)Dean Michael Berris2017-05-221-0/+4
* [XRay] Fix build with libc++ (NFC).Eugene Zelenko2017-05-121-4/+5
* [XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris2017-05-121-0/+4
* [XRay][compiler-rt] Add function id utilities for XRayDean Michael Berris2017-05-051-0/+9
* [XRay][compiler-rt][NFC] Update comments to doxygen format; group functions b...Dean Michael Berris2017-05-041-40/+42
* [XRay][compiler-rt] Support patching/unpatching specific functionsDean Michael Berris2017-05-041-0/+8
* [XRay][compiler-rt] Document and update the XRay Logging APIDean Michael Berris2017-05-011-0/+171
* [XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris2017-03-291-4/+17
* [XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris2017-03-291-0/+9
* [XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-1/+18
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-252-0/+57
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-032-57/+0
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-032-0/+57
* [XRay] Support AArch64 in compiler-rtDean Michael Berris2016-11-211-0/+7
* [compiler-rt][XRay] Support tail call sledsDean Michael Berris2016-10-131-1/+1
* [compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris2016-08-261-0/+80
* [compiler-rt][XRay] Address follow-up comments to initial interface and initi...Dean Michael Berris2016-07-291-15/+7
* [compiler-rt][XRay] re-submitting r276117, with fixes for build breakage due ...Dean Michael Berris2016-07-211-0/+66
* Revert r276117 "[XRay] Basic initialization and flag definition for XRay runt...Hans Wennborg2016-07-201-66/+0
* [compiler-rt] [XRay] Basic initialization and flag definition for XRay runtimeDean Michael Berris2016-07-201-0/+66