[PATCH] D55249: [XRay] Use preallocated memory for XRay profiling

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 22:01:55 PST 2018


dberris updated this revision to Diff 177124.
dberris added a comment.

Rebase again. This is now ready for another look.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55249/new/

https://reviews.llvm.org/D55249

Files:
  compiler-rt/lib/xray/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/allocator_test.cc
  compiler-rt/lib/xray/tests/unit/profile_collector_test.cc
  compiler-rt/lib/xray/tests/unit/segmented_array_test.cc
  compiler-rt/lib/xray/xray_allocator.h
  compiler-rt/lib/xray/xray_function_call_trie.h
  compiler-rt/lib/xray/xray_profile_collector.cc
  compiler-rt/lib/xray/xray_profile_collector.h
  compiler-rt/lib/xray/xray_profiling.cc
  compiler-rt/lib/xray/xray_profiling_flags.inc
  compiler-rt/lib/xray/xray_segmented_array.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55249.177124.patch
Type: text/x-patch
Size: 39776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181207/c1195dac/attachment.bin>


More information about the llvm-commits mailing list