summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* Revert "[compiler-rt] Migrate llvm::make_unique to std::make_unique"Jonas Devlieghere2019-08-151-13/+13
* [compiler-rt] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-13/+13
* compiler-rt: Rename .cc file in lib/xray/tests/unit to .cppNico Weber2019-08-0110-17/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-199-36/+27
* [xray] [tests] Detect and handle missing LLVMTestingSupport gracefullyMichal Gorny2018-12-211-3/+9
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-073-12/+97
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-072-0/+116
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-062-116/+0
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-062-0/+116
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-052-116/+0
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-052-0/+116
* [XRay] Add a test for allocator exhaustionDean Michael Berris2018-11-201-1/+19
* [XRay] Move buffer extents back to the heapDean Michael Berris2018-11-201-1/+1
* [XRay] Add a test for function id encoding/decoding (NFC)Dean Michael Berris2018-11-091-0/+26
* [XRay] Fix enter function tracing for record unwritingDean Michael Berris2018-11-091-0/+44
* [XRay] Improve FDR trace handling and error messagingDean Michael Berris2018-11-091-0/+17
* [XRay] Update XRayRecord to support Custom/Typed EventsDean Michael Berris2018-11-062-1/+8
* [XRay] Update TSC math to handle wraparoundDean Michael Berris2018-11-052-63/+91
* [XRay] Update delta computations in runtimeDean Michael Berris2018-11-021-0/+24
* [XRay] Fix TSC and atomic custom/typed event accountingDean Michael Berris2018-11-013-2/+104
* [XRay] Use more portable control blockDean Michael Berris2018-10-291-2/+11
* [XRay] Support generational buffers in FDR controllerDean Michael Berris2018-10-271-4/+27
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-221-2/+114
* [XRay] Handle allocator exhaustion in segmented arrayDean Michael Berris2018-10-222-1/+40
* Revert commit r344670 as the test fails on a bot http://lab.llvm.org:8011/bui...Douglas Yung2018-10-191-114/+2
* [XRay][compiler-rt] Generational Buffer ManagementDean Michael Berris2018-10-171-2/+114
* [XRay][compiler-rt] FDR Mode ControllerDean Michael Berris2018-10-155-29/+441
* [XRay] Clean up XRay build configurationDean Michael Berris2018-09-241-12/+6
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-202-0/+96
* Revert "[XRay][compiler-rt] FDRLogWriter Abstraction" and 1 more.Evgeniy Stepanov2018-09-192-96/+0
* [XRay][compiler-rt] FDRLogWriter AbstractionDean Michael Berris2018-09-182-0/+96
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-152-204/+0
* [XRay][compiler-rt] Update test to use similar structureDean Michael Berris2018-07-311-3/+3
* [XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2018-07-311-2/+34
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-181-31/+21
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-183-26/+48
* [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris2018-07-131-3/+3
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-102-20/+102
* [XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris2018-06-122-10/+10
* [XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris2018-06-052-2/+2
* [XRay] Fixup: Explicitly call std::make_tuple(...)Dean Michael Berris2018-05-311-2/+2
* [XRay][profiler] Part 3: Profile Collector ServiceDean Michael Berris2018-05-312-0/+181
* [XRay][profiler] Part 2: XRay Function Call TrieDean Michael Berris2018-05-152-0/+255
* [XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris2018-04-293-0/+185
* Add Xray instrumentation support to FreeBSDKamil Rytarowski2018-02-151-5/+6
* [XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris2018-02-101-4/+4
* [XRay] Add missing include to unit testJonas Hahnfeld2017-12-271-0/+1
* [XRay] Use optimistic logging model for FDR modeDean Michael Berris2017-11-211-15/+90
* [XRay][compiler-rt] Enable the XRay compiler-rt unit tests.Dean Michael Berris2017-08-312-4/+2
OpenPOWER on IntegriCloud