summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray/TestCases/Posix
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
* Xray instrumentation / enabling more testsKamil Rytarowski2018-02-2220-0/+906
OpenPOWER on IntegriCloud