summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_fdr_logging.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [XRay][compiler-rt] Runtime changes to support custom event loggingDean Michael Berris2017-05-121-43/+107
* [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp, but cannot det...Douglas Yung2017-04-181-3/+10
* Fix compile errorIsmail Donmez2017-04-121-0/+1
* [XRay][compiler-rt] Add another work-around to XRay FDR tests when TSC emulat...Douglas Yung2017-04-121-1/+2
* [XRay][compiler-rt] Add support for TSC emulation for x86_64 to xray_fdr_logg...Douglas Yung2017-04-111-1/+15
* [XRay] [compiler-rt] Write buffer length to FDR log before writing buffer.Dean Michael Berris2017-03-291-3/+7
* [XRay][compiler-rt] Add an end-to-end test for FDR LoggingDean Michael Berris2017-03-291-10/+9
* [XRay][compiler-rt] Use sanitizer_common's atomic opsDean Michael Berris2017-03-271-36/+44
* [XRay] [compiler-rt] Refactor logic for xray fdr logging. NFC.Dean Michael Berris2017-03-151-342/+7
* [XRay] [compiler-rt] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+1
* [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.Dean Michael Berris2017-02-281-1/+1
* [Xray] fix building the runtime with GCC.Benjamin Kramer2017-02-231-14/+16
* Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka2017-02-111-3/+1
* This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka2017-02-111-1/+3
* Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie2017-02-111-3/+1
* [XRay] Refactor TSC related functions into a single header. NFC.Tim Shen2017-02-101-10/+3
* [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR log...Dean Michael Berris2017-02-091-1/+1
* [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functionsDean Michael Berris2017-02-071-9/+9
* [XRay][compiler-rt] Use gettid instead of getpid in FDR mode.Dean Michael Berris2017-02-061-2/+3
* [XRay][ARM32][AArch64] Fix unstable FDR tests on weak-ordering CPUsSerge Rogatch2017-01-301-4/+4
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-251-0/+542
* Revert "[XRay][compiler-rt] XRay Flight Data Recorder Mode"Dean Michael Berris2017-01-031-528/+0
* [XRay][compiler-rt] XRay Flight Data Recorder ModeDean Michael Berris2017-01-031-0/+528
OpenPOWER on IntegriCloud