summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray/TestCases
Commit message (Expand)AuthorAgeFilesLines
* [XRay] Fixing one test case for FreeBSDDavid Carlier2019-08-281-0/+10
* compiler-rt: Rename .cc file in test/xray to .cppFangrui Song2019-08-0228-0/+0
* 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] 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
* [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-2240-906/+906
* [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-103-41/+0
* [XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris2017-11-103-0/+41
* [XRay][compiler-rt][NFC] Clean up xray log files before running testDean Michael Berris2017-10-251-0/+1
* [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] Support sled versioning for custom event sledsDean Michael Berris2017-08-232-0/+44
OpenPOWER on IntegriCloud