[PATCH] D44620: [XRay][profiler] Part 4: Profiler Mode Wiring

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 20:35:00 PDT 2018


This revision was automatically updated to reflect the committed changes.
dberris marked an inline comment as done.
Closed by commit rL334469: [XRay][profiler] Part 4: Profiler Mode Wiring (authored by dberris, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D44620?vs=150449&id=150886#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44620

Files:
  compiler-rt/trunk/lib/xray/CMakeLists.txt
  compiler-rt/trunk/lib/xray/tests/CMakeLists.txt
  compiler-rt/trunk/lib/xray/tests/unit/function_call_trie_test.cc
  compiler-rt/trunk/lib/xray/tests/unit/profile_collector_test.cc
  compiler-rt/trunk/lib/xray/xray_function_call_trie.h
  compiler-rt/trunk/lib/xray/xray_profile_collector.cc
  compiler-rt/trunk/lib/xray/xray_profiler_flags.cc
  compiler-rt/trunk/lib/xray/xray_profiler_flags.h
  compiler-rt/trunk/lib/xray/xray_profiler_flags.inc
  compiler-rt/trunk/lib/xray/xray_profiling.cc
  compiler-rt/trunk/lib/xray/xray_profiling_flags.cc
  compiler-rt/trunk/lib/xray/xray_profiling_flags.h
  compiler-rt/trunk/lib/xray/xray_profiling_flags.inc
  compiler-rt/trunk/test/xray/TestCases/Posix/c-test.cc
  compiler-rt/trunk/test/xray/TestCases/Posix/profiling-multi-threaded.cc
  compiler-rt/trunk/test/xray/TestCases/Posix/profiling-single-threaded.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44620.150886.patch
Type: text/x-patch
Size: 36047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/212dda73/attachment.bin>


More information about the llvm-commits mailing list