[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:40:56 PST 2017
timshen created this revision.
Herald added a subscriber: aemerson.
Herald added a reviewer: javed.absar.
The implementation, however, is in different arch-specific files, unless it's emulated.
Tested on x86, but I didn't test on arm/aarch64. Will try to do so now.
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.87898.patch
Type: text/x-patch
Size: 12363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170209/171ae82e/attachment.bin>
More information about the llvm-commits
mailing list