[PATCH] D30630: [XRay][compiler-rt] Runtime changes to support custom event logging

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 23:59:02 PDT 2017


dberris updated this revision to Diff 98254.
dberris added a comment.

Rebase and add a bit more refactoring to share some core parts of the logic between custom event handling and function entry/exit handling in FDR mode.


https://reviews.llvm.org/D30630

Files:
  include/xray/xray_interface.h
  lib/xray/xray_AArch64.cc
  lib/xray/xray_arm.cc
  lib/xray/xray_fdr_log_records.h
  lib/xray/xray_fdr_logging.cc
  lib/xray/xray_fdr_logging_impl.h
  lib/xray/xray_interface.cc
  lib/xray/xray_interface_internal.h
  lib/xray/xray_mips.cc
  lib/xray/xray_mips64.cc
  lib/xray/xray_powerpc64.cc
  lib/xray/xray_trampoline_x86_64.S
  lib/xray/xray_x86_64.cc
  test/xray/TestCases/Linux/custom-event-logging.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30630.98254.patch
Type: text/x-patch
Size: 34571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170509/4c767d8e/attachment.bin>


More information about the llvm-commits mailing list