[PATCH] D48653: [XRay][compiler-rt] xray::Array Freelist and Iterator Updates

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 18:01:09 PDT 2018


dberris updated this revision to Diff 154160.
dberris edited the summary of this revision.
dberris removed a reviewer: eizan.
dberris added a subscriber: hiraditya.
dberris added a comment.

Update description, rebase on top of bug-fix change in profiling mode.


https://reviews.llvm.org/D48653

Files:
  compiler-rt/lib/xray/tests/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/function_call_trie_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_profiling.cc
  compiler-rt/lib/xray/xray_segmented_array.h
  compiler-rt/lib/xray/xray_utils.h
  llvm/include/llvm/XRay/Profile.h
  llvm/include/llvm/XRay/Trace.h
  llvm/lib/XRay/CMakeLists.txt
  llvm/lib/XRay/Profile.cpp
  llvm/lib/XRay/Trace.cpp
  llvm/tools/llvm-xray/xray-stacks.cpp
  llvm/unittests/XRay/CMakeLists.txt
  llvm/unittests/XRay/ProfileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48653.154160.patch
Type: text/x-patch
Size: 55030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/fe495fba/attachment-0001.bin>


More information about the llvm-commits mailing list