summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/xray/xray_profiling.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/xray to .cppNico Weber2019-08-011-519/+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-21/+113
* Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-071-115/+178
* Revert "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-178/+115
* Re-land r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Dean Michael Berris2018-12-061-115/+178
* Revert r348335 "[XRay] Move-only Allocator, FunctionCallTrie, and Array"Hans Wennborg2018-12-051-178/+115
* [XRay] Use uptr instead of uintptr_tDean Michael Berris2018-12-051-8/+8
* [XRay] Move-only Allocator, FunctionCallTrie, and ArrayDean Michael Berris2018-12-051-115/+178
* [XRay] Update TSC math to handle wraparoundDean Michael Berris2018-11-051-2/+2
* [XRay] Guard call to postCurrentThreadFCT()Dean Michael Berris2018-10-291-5/+16
* [XRay] Encapsulate all FD log related logic into a classPetr Hosek2018-10-161-6/+5
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-151-9/+2
* [XRay] XRAY_NEVER_INSTRUMENT more functions, consolidate allocatorsDean Michael Berris2018-09-071-4/+5
* [XRay][compiler-rt] Remove uses of internal allocator in profiling modeDean Michael Berris2018-08-281-24/+30
* [XRay][compiler-rt] Profiling Mode: Include file header in buffersDean Michael Berris2018-07-311-18/+1
* [XRay][compiler-rt] Profiling: No files when emptyDean Michael Berris2018-07-191-23/+27
* [XRay][compiler-rt] Segmented Array: Simplify and OptimiseDean Michael Berris2018-07-181-3/+4
* [XRay][compiler-rt] Simplify Allocator ImplementationDean Michael Berris2018-07-181-11/+26
* [XRay][compiler-rt] Profiling Mode: Flush logs on exitDean Michael Berris2018-07-131-7/+23
* [XRay][compiler-rt] xray::Array Freelist and Iterator UpdatesDean Michael Berris2018-07-101-3/+4
* [XRay][profiler] Part 5: Profiler File WritingDean Michael Berris2018-06-121-6/+50
* [XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris2018-06-121-0/+291
OpenPOWER on IntegriCloud