aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/test/xray
AgeCommit message (Expand)AuthorFilesLines
2019-08-13Merging r368516:Hans Wennborg1-0/+8
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner4-5/+5
2019-05-06Add libc++ to link XRay test cases if libc++ is used to build CLANGXing Xue1-1/+9
2018-11-21Add header <atomic> which is needed to compile with some older library versions.Douglas Yung1-0/+1
2018-11-21[XRay] Add a test for re-initialising FDR mode (NFC)Dean Michael Berris1-0/+72
2018-11-06[XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris5-33/+33
2018-11-06Disable XRay test fork_basic_logging for NetBSDKamil Rytarowski1-0/+3
2018-09-28[XRay] Fix fdr-thread-order.cc when current directory contains fdr-thread-ord...Fangrui Song1-11/+8
2018-09-27[XRay] Fix argv0-log-file-name.cc race when tests are executed parallellyFangrui Song1-1/+1
2018-09-27[XRay] Add LD_LIBRARY_PATH to env variables for Unit TestsDean Michael Berris1-0/+8
2018-09-15[XRay] Remove the unused variablePetr Hosek1-2/+0
2018-09-15[XRay] Remove the deprecated __xray_log_init APIPetr Hosek4-14/+3
2018-09-14[XRay][clang] Emit "never-instrument" attributeDean Michael Berris1-0/+11
2018-07-31[XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2-4/+8
2018-07-25[XRay tests] Don't filter test-critical callsJeremy Morse1-1/+1
2018-07-23Reapply "[XRay] Remove scheduling dependency in fork_basic_logging.cc"Matthew Voss1-4/+4
2018-07-19[XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris2-2/+2
2018-07-19Remove scheduling dependency from XRay :: Posix/fork_basic_logging.ccMatthew Voss1-2/+2
2018-07-18[XRay][compiler-rt] FDR Mode: Allow multiple runsDean Michael Berris1-0/+76
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris4-31/+31
2018-07-13[XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris2-2/+2
2018-07-12[XRay][compiler-rt] Fixup: require x86_64 for profiling mode testsDean Michael Berris2-2/+4
2018-07-11[XRay] basic mode PID and TID always fetchDean Michael Berris1-0/+100
2018-06-30[UBsan] Enable subset of unit tests for OpenBSDDavid Carlier1-1/+1
2018-06-28Support for multiarch runtimes layoutPetr Hosek1-5/+2
2018-06-19[XRay] rm GLOB || true -> rm -fFangrui Song12-21/+21
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris2-10/+19
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris3-1/+112
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris1-0/+15
2018-06-01[XRay] Fix supposely failing test for FreeBSDDavid Carlier1-1/+1
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris1-0/+50
2018-05-04[XRay][compiler-rt] Support string-based config for Basic mode.Dean Michael Berris1-1/+11
2018-05-04[XRay][compiler-rt] Support string-based config for FDR modeDean Michael Berris1-10/+19
2018-05-04[XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).Dean Michael Berris1-8/+21
2018-03-07[XRay][compiler-rt] Add APIs for processing logs in memoryDean Michael Berris1-0/+23
2018-02-22Try to fix the syntax in testKamil Rytarowski1-1/+1
2018-02-22Remove empty filesKamil Rytarowski20-0/+0
2018-02-22Xray instrumentation / enabling more testsKamil Rytarowski41-907/+910
2018-02-16Add initial XRay support for NetBSDKamil Rytarowski1-1/+1
2018-02-16Reintroduce FreeBSD support in test/xrayKamil Rytarowski1-3/+8
2018-02-16Revert part of SVN r. 325240 in lit.cfgKamil Rytarowski1-9/+3
2018-02-15Add Xray instrumentation support to FreeBSDKamil Rytarowski1-3/+9
2018-01-28[xray] Don't try to run XRay unit tests on DarwinKuba Mracek1-5/+7
2017-12-14[XRay][compiler-rt] Coalesce calls to mprotect to reduce patching overheadDean Michael Berris1-7/+8
2017-12-05[XRay][compiler-rt] Implement XRay Basic Mode FilteringDean Michael Berris1-0/+51
2017-12-05[XRay][compiler-rt] Implement logging implementation registrationDean Michael Berris1-0/+59
2017-11-21[XRay][compiler-rt] Migrate basic mode logging to the XRay frameworkDean Michael Berris2-4/+8
2017-11-15[XRay][compiler-rt][x86_64] Align the stack before and after calling handlersDean Michael Berris1-0/+57
2017-11-10Revert "[XRay][darwin] Initial XRay in Darwin Support"Dean Michael Berris4-42/+1
2017-11-10[XRay][darwin] Initial XRay in Darwin SupportDean Michael Berris4-1/+42