summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_inmemory_log.cc
Commit message (Expand)AuthorAgeFilesLines
* [XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris2018-05-041-465/+0
* Implement trampoline and handler for typed xray event tracing.Keith Wyss2018-04-171-0/+1
* Add Xray instrumentation support to FreeBSDKamil Rytarowski2018-02-151-1/+1
* [XRay] [compiler-rt] fix heap overflow by computing record pointers correctlyMartin Pelikan2018-01-191-22/+15
* [XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()Dean Michael Berris2017-12-051-1/+1
* [XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris2017-12-051-54/+161
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-051-7/+13
* [XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2017-11-211-84/+175
* [XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris2017-10-051-14/+106
* [XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris2017-09-181-1/+10
* [XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris2017-08-021-5/+5
* [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung2017-04-181-3/+7
* [XRay][compiler-rt] Support TSC emulation even for x86_64Dean Michael Berris2017-03-151-11/+32
* [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.Dean Michael Berris2017-02-281-1/+1
* Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka2017-02-111-2/+1
* This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka2017-02-111-1/+2
* Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie2017-02-111-2/+1
* [XRay] Refactor TSC related functions into a single header. NFC.Tim Shen2017-02-101-10/+3
* [XRay] Probe for CPU features that XRay needsDean Michael Berris2017-02-021-0/+5
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-251-58/+8
* [XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris2017-01-031-6/+15
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-031-23/+66
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-031-66/+23
* [XRay] [compiler-rt] Move machine-dependent code into machine-dependent filesDiana Picus2016-12-221-139/+46
* Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...Diana Picus2016-12-191-46/+139
* [XRay][compiler-rt] Explicitly include <cstdint> for typesDean Michael Berris2016-12-191-2/+2
* [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.Dean Michael Berris2016-12-191-139/+46
* [XRay][compiler-rt] Add newlines to error messages (NFC).Dean Michael Berris2016-11-231-6/+6
* [XRay] Support AArch64 in compiler-rtDean Michael Berris2016-11-211-3/+3
* [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.Dean Michael Berris2016-11-161-10/+20
* [compiler-rt][XRay][NFC] clang-format XRay sourcesDean Michael Berris2016-10-061-7/+6
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-201-4/+48
* Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin2016-09-081-48/+4
* [XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris2016-09-081-4/+48
* Add #include <cstdio> to unbreak build (missing definition of stderr)Krzysztof Parzyszek2016-09-061-0/+1
* [compiler-rt][XRay] Remove unnecessary assertion.Dean Michael Berris2016-08-261-3/+0
* [compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris2016-08-261-0/+227
OpenPOWER on IntegriCloud