summaryrefslogtreecommitdiff
path: root/lib/xray/xray_inmemory_log.cc
AgeCommit message (Expand)Author
2017-12-05[XRay][compiler-rt] Use __sanitizer::Atexit() instead of atexit()Dean Michael Berris
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris
2017-10-05[XRay][compiler-rt] Write out arg1 payload in naive mode loggingDean Michael Berris
2017-09-18[XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris
2017-08-02[XRay][compiler-rt] Remove use of std::mutex and std::shared_ptr from global ...Dean Michael Berris
2017-04-18[XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung
2017-03-15[XRay][compiler-rt] Support TSC emulation even for x86_64Dean Michael Berris
2017-02-28[XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.Dean Michael Berris
2017-02-11Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka
2017-02-11This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka
2017-02-11Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie
2017-02-10[XRay] Refactor TSC related functions into a single header. NFC.Tim Shen
2017-02-02[XRay] Probe for CPU features that XRay needsDean Michael Berris
2017-01-25[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2017-01-03[XRay] [compiler-rt] Include argv[0] in the log file name.Dean Michael Berris
2017-01-03Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris
2017-01-03[XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris
2016-12-22[XRay] [compiler-rt] Move machine-dependent code into machine-dependent filesDiana Picus
2016-12-19Revert "[XRay] [compiler-rt] Move machine-dependent code into machine-depende...Diana Picus
2016-12-19[XRay][compiler-rt] Explicitly include <cstdint> for typesDean Michael Berris
2016-12-19[XRay] [compiler-rt] Move machine-dependent code into machine-dependent files.Dean Michael Berris
2016-11-23[XRay][compiler-rt] Add newlines to error messages (NFC).Dean Michael Berris
2016-11-21[XRay] Support AArch64 in compiler-rtDean Michael Berris
2016-11-16[XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime.Dean Michael Berris
2016-10-06[compiler-rt][XRay][NFC] clang-format XRay sourcesDean Michael Berris
2016-09-20[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in compiler-rt"Renato Golin
2016-09-08[XRay] ARM 32-bit no-Thumb support in compiler-rtDean Michael Berris
2016-09-06Add #include <cstdio> to unbreak build (missing definition of stderr)Krzysztof Parzyszek
2016-08-26[compiler-rt][XRay] Remove unnecessary assertion.Dean Michael Berris
2016-08-26[compiler-rt][XRay] Initial per-thread inmemory logging implementationDean Michael Berris