[PATCH] D44620: [XRay][compiler-rt] XRay Profiling Mode

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 15 20:13:01 PDT 2018


dberris updated this revision to Diff 142590.
dberris marked 29 inline comments as done.
dberris added a comment.

- fixup: Address comments


https://reviews.llvm.org/D44620

Files:
  compiler-rt/lib/xray/CMakeLists.txt
  compiler-rt/lib/xray/tests/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/allocator_test.cc
  compiler-rt/lib/xray/tests/unit/function_call_trie_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_profiler.cc
  compiler-rt/lib/xray/xray_profiler_flags.h
  compiler-rt/lib/xray/xray_profiler_flags.inc
  compiler-rt/lib/xray/xray_segmented_array.h
  compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc
  compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44620.142590.patch
Type: text/x-patch
Size: 81910 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180416/7005e212/attachment-0001.bin>


More information about the llvm-commits mailing list