summaryrefslogtreecommitdiff
path: root/test/xray
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Fixing one test case for FreeBSDDavid Carlier2019-08-281-0/+10
* Add support for FreeBSD's LD_32_LIBRARY_PATHDimitry Andric2019-08-101-0/+8
* compiler-rt: Rename .cc file in test/xray to .cppFangrui Song2019-08-0229-1/+1
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-274-5/+5
* Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue2019-05-061-1/+9
* Add header <atomic> which is needed to compile with some older library versions.Douglas Yung2018-11-211-0/+1
* [XRay] Add a test for re-initialising FDR mode (NFC)Dean Michael Berris2018-11-211-0/+72
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-065-33/+33
* Disable XRay test fork_basic_logging for NetBSDKamil Rytarowski2018-11-061-0/+3
* [XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song2018-09-281-11/+8
* [XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song2018-09-271-1/+1
* [XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris2018-09-271-0/+8
* [XRay] Remove the unused variablePetr Hosek2018-09-151-2/+0
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-154-14/+3
* [XRay][clang] Emit "never-instrument" attributeDean Michael Berris2018-09-141-0/+11
* [XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2018-07-312-4/+8
* [XRay tests] Don't filter test-critical callsJeremy Morse2018-07-251-1/+1
* Reapply "[XRay] Remove scheduling dependency in fork_basic_logging.cc"Matthew Voss2018-07-231-4/+4
* [XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris2018-07-192-2/+2
* Remove scheduling dependency from XRay :: Posix/fork_basic_logging.ccMatthew Voss2018-07-191-2/+2
* [XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris2018-07-181-0/+76
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-134-31/+31
* [XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris2018-07-132-2/+2
* [XRay][compiler-rt] Fixup: require x86_64 for profiling mode testsDean Michael Berris2018-07-122-2/+4
* [XRay] basic mode PID and TID always fetchDean Michael Berris2018-07-111-0/+100
* [UBsan] Enable subset of unit tests for OpenBSDDavid Carlier2018-06-301-1/+1
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-5/+2
* [XRay] rm GLOB || true -> rm -fFangrui Song2018-06-1912-21/+21
* [XRay][profiler] Part 5: Profiler File WritingDean Michael Berris2018-06-122-10/+19
* [XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris2018-06-123-1/+112
* [XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris2018-06-081-0/+15
* [XRay] Fix supposely failing test for FreeBSDDavid Carlier2018-06-011-1/+1
* [XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris2018-05-141-0/+50
* [XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris2018-05-041-1/+11
* [XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris2018-05-041-10/+19
* [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris2018-05-041-8/+21
* [XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris2018-03-071-0/+23
* Try to fix the syntax in testKamil Rytarowski2018-02-221-1/+1
* Remove empty filesKamil Rytarowski2018-02-2220-0/+0
* Xray instrumentation / enabling more testsKamil Rytarowski2018-02-2241-907/+910
* Add initial XRay support for NetBSDKamil Rytarowski2018-02-161-1/+1
* Reintroduce FreeBSD support in test/xrayKamil Rytarowski2018-02-161-3/+8
* Revert part of SVN r. 325240 in lit.cfgKamil Rytarowski2018-02-161-9/+3
* Add Xray instrumentation support to FreeBSDKamil Rytarowski2018-02-151-3/+9
* [xray] Don't try to run XRay unit tests on DarwinKuba Mracek2018-01-281-5/+7
* [XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris2017-12-141-7/+8
* [XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris2017-12-051-0/+51
* [XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris2017-12-051-0/+59
* [XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2017-11-212-4/+8
* [XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris2017-11-151-0/+57