[PATCH] D43668: [XRay] [compiler-rt] Implement trampoline and handler for typed xray event tracing.

Keith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 19:09:11 PST 2018


kpw created this revision.
kpw added a reviewer: dberris.
Herald added subscribers: Sanitizers, delcypher.

Compiler-rt support first before defining the __xray_typedevent() lowering in
llvm. I'm looking for some early feedback before I touch much more code.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D43668

Files:
  include/xray/xray_interface.h
  lib/xray/xray_fdr_log_records.h
  lib/xray/xray_fdr_logging.cc
  lib/xray/xray_fdr_logging_impl.h
  lib/xray/xray_inmemory_log.cc
  lib/xray/xray_interface.cc
  lib/xray/xray_interface_internal.h
  lib/xray/xray_trampoline_x86_64.S
  lib/xray/xray_x86_64.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43668.135584.patch
Type: text/x-patch
Size: 13808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180223/eba7ae9f/attachment.bin>


More information about the llvm-commits mailing list