summaryrefslogtreecommitdiff
path: root/test/xray
AgeCommit message (Expand)Author
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris
2018-06-30[UBsan] Enable subset of unit tests for OpenBSDDavid Carlier
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-19[XRay] rm GLOB || true -> rm -fFangrui Song
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-01[XRay] Fix supposely failing test for FreeBSDDavid Carlier
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris
2018-05-04[XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris
2018-03-07[XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris
2018-02-22Try to fix the syntax in testKamil Rytarowski
2018-02-22Remove empty filesKamil Rytarowski
2018-02-22Xray instrumentation / enabling more testsKamil Rytarowski
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski
2018-02-16Reintroduce FreeBSD support in test/xrayKamil Rytarowski
2018-02-16Revert part of SVN r. 325240 in lit.cfgKamil Rytarowski
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski
2018-01-28[xray] Don't try to run XRay unit tests on DarwinKuba Mracek
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean 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-11-15[XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris
2017-11-10Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris
2017-10-25[XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-04[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris
2017-10-04[XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan
2017-10-03Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris
2017-10-03[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean 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-06[compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis
2017-08-31[XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris
2017-08-23[XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris
2017-08-18[XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris
2017-07-31[XRay][compiler-rt] Fix test to not be too strict with output order.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Fix typo for REQUIRES.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Require build-in-tree and x86_64-linux.Dean Michael Berris
2017-07-31[XRay][compiler-rt] Do not print the warning when the binary is not XRay inst...Dean Michael Berris
2017-07-21[XRay][compiler-rt] Update test to account for change in logging format.Dean Michael Berris
2017-06-28[XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris
2017-06-28[XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-19[XRay][compiler-rt][NFC] Add a test for both arg1 and arg0 handling in the sa...Dean Michael Berris
2017-06-16Add test for logging the implicit "this" argument for C++ member functions.Dean Michael Berris