diff options
author | Tim Shen <timshen91@gmail.com> | 2017-02-10 20:30:43 +0000 |
---|---|---|
committer | Tim Shen <timshen91@gmail.com> | 2017-02-10 20:30:43 +0000 |
commit | 7d0bffb5377375e9018db8e45006142d8e3dc8f1 (patch) | |
tree | 71c6a20e941989c8b2d2520af94a06745cd0bb27 /compiler-rt/lib/xray/xray_interface_internal.h | |
parent | 7f0e63488f2915a11625680f4a47b9c3658b0c42 (diff) | |
download | bcm5719-llvm-7d0bffb5377375e9018db8e45006142d8e3dc8f1.tar.gz bcm5719-llvm-7d0bffb5377375e9018db8e45006142d8e3dc8f1.zip |
[XRay] Refactor TSC related functions into a single header. NFC.
Summary:
The implementation, however, is in different arch-specific files, unless it's emulated.
Reviewers: dberris, pelikan, javed.absar
Subscribers: aemerson, llvm-commits
Differential Revision: https://reviews.llvm.org/D29796
llvm-svn: 294777
Diffstat (limited to 'compiler-rt/lib/xray/xray_interface_internal.h')
-rw-r--r-- | compiler-rt/lib/xray/xray_interface_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/xray/xray_interface_internal.h b/compiler-rt/lib/xray/xray_interface_internal.h index a8434a699f8..c4f72433d17 100644 --- a/compiler-rt/lib/xray/xray_interface_internal.h +++ b/compiler-rt/lib/xray/xray_interface_internal.h @@ -48,8 +48,6 @@ struct XRaySledMap { size_t Entries; }; -uint64_t cycleFrequency(); - bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled); |