[PATCH] D31452: [XRay][compiler-rt] Add an end-to-end test for FDR Logging

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 21:37:23 PDT 2017


dberris created this revision.
Herald added a subscriber: mgorny.

This change exercises the end-to-end functionality defined in the FDR
logging implementation. We also prepare for being able to run traces
generated by the FDR logging implementation from being analysed with the
llvm-xray command that comes with the LLVM distribution.

This also unblocks https://reviews.llvm.org/D31385, https://reviews.llvm.org/D31384, and https://reviews.llvm.org/D31345.


https://reviews.llvm.org/D31452

Files:
  include/CMakeLists.txt
  include/xray/xray_log_interface.h
  lib/xray/xray_fdr_logging.cc
  lib/xray/xray_fdr_logging.h
  lib/xray/xray_log_interface.cc
  lib/xray/xray_utils.cc
  test/xray/TestCases/Linux/fdr-mode.cc
  test/xray/lit.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31452.93337.patch
Type: text/x-patch
Size: 8871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170329/26a34f12/attachment.bin>


More information about the llvm-commits mailing list