summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris2017-11-104-42/+1
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-104-1/+42
* [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-041-11/+37
* [XRay] [compiler-rt] make sure single threaded programs get traced tooMartin Pelikan2017-10-041-0/+37
* Revert "[XRay][compiler-rt] Use a hand-written circular buffer in BufferQueue"Dean Michael Berris2017-10-031-37/+11
* [XRay][compiler-rt] Use a hand-written circular buffer in BufferQueueDean Michael Berris2017-10-031-11/+37
* [XRay] [compiler-rt] FDR logging arg1 handlerMartin Pelikan2017-09-282-4/+15
* [XRay][compiler-rt] Handle tail-call exits in the XRay runtimeDean Michael Berris2017-09-182-9/+9
* [compiler-rt][xray][mips] Mark some tests as unsupported.Simon Dardis2017-09-067-0/+14
* [XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris2017-08-312-2/+2
* [XRay][compiler-rt] Support sled versioning for custom event sledsDean Michael Berris2017-08-232-0/+44
* [XRay][compiler-rt][NFC] Expand the PIC test case for XRayDean Michael Berris2017-08-181-1/+2
* [XRay][compiler-rt] Fix test to not be too strict with output order.Dean Michael Berris2017-07-311-1/+1
OpenPOWER on IntegriCloud