summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_profile_collector.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/xray to .cppNico Weber2019-08-011-414/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [XRay] Use preallocated memory for XRay profilingDean Michael Berris2018-12-071-74/+151
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-071-17/+15
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-17/+18
* [XRay] Use a local lvalue as arg to AppendEmplace(...)Dean Michael Berris2018-12-061-1/+2
* [XRay] Use default-constructed struct as argument to Append(...)Dean Michael Berris2018-12-061-1/+1
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-17/+15
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-051-15/+17
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-051-17/+15
* [XRay][compiler-rt] Update use of internal_mmapDean Michael Berris2018-09-211-9/+9
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-071-27/+14
* [XRay][compiler-rt] Avoid InternalAlloc(...) in Profiling ModeDean Michael Berris2018-08-171-102/+109
* [XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2018-07-311-1/+29
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-181-10/+7
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-181-10/+16
* [XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris2018-07-131-26/+55
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-101-5/+5
* [XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris2018-06-121-4/+4
* Missing includeStephan Bergmann2018-05-311-0/+1
* [XRay][profiler] Part 3: Profile Collector ServiceDean Michael Berris2018-05-311-0/+285
OpenPOWER on IntegriCloud