[PATCH] D29796: [XRay] Refactor TSC related functions into a single header. NFC.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 15:46:00 PST 2017


timshen updated this revision to Diff 87901.
timshen added a comment.

Add inline and no-instrument to emulated TSC functions in the header.


https://reviews.llvm.org/D29796

Files:
  compiler-rt/lib/xray/xray_AArch64.cc
  compiler-rt/lib/xray/xray_arm.cc
  compiler-rt/lib/xray/xray_emulate_tsc.h
  compiler-rt/lib/xray/xray_fdr_logging.cc
  compiler-rt/lib/xray/xray_inmemory_log.cc
  compiler-rt/lib/xray/xray_interface_internal.h
  compiler-rt/lib/xray/xray_tsc.h
  compiler-rt/lib/xray/xray_utils.cc
  compiler-rt/lib/xray/xray_utils.h
  compiler-rt/lib/xray/xray_x86_64.cc
  compiler-rt/lib/xray/xray_x86_64.h
  compiler-rt/lib/xray/xray_x86_64.inc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29796.87901.patch
Type: text/x-patch
Size: 12425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/96a92cb5/attachment.bin>


More information about the llvm-commits mailing list