[PATCH] D45758: [XRay][profiler] Part 3: Profile Collector Service

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 00:28:05 PDT 2018


dberris updated this revision to Diff 148852.
dberris marked 6 inline comments as done.
dberris added a comment.

- fixup: Also test the path serialisation
- fixup: Use PTHREAD_ONCE_INIT for the pthread_once_t
- fixup: update top matter


https://reviews.llvm.org/D45758

Files:
  compiler-rt/lib/xray/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/CMakeLists.txt
  compiler-rt/lib/xray/tests/unit/profile_collector_test.cc
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45758.148852.patch
Type: text/x-patch
Size: 21885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/84f8051d/attachment.bin>


More information about the llvm-commits mailing list