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.
Paths
| Differential D29796
[XRay] Refactor TSC related functions into a single header. NFC. ClosedPublic Authored by timshen on Feb 9 2017, 3:40 PM.
Details Summary 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.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2017, 4:28 PM Closed by commit rL294777: [XRay] Refactor TSC related functions into a single header. NFC. (authored by timshen). · Explain WhyFeb 10 2017, 12:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 88039 compiler-rt/trunk/lib/xray/xray_AArch64.cc
compiler-rt/trunk/lib/xray/xray_arm.cc
compiler-rt/trunk/lib/xray/xray_emulate_tsc.h
compiler-rt/trunk/lib/xray/xray_fdr_logging.cc
compiler-rt/trunk/lib/xray/xray_inmemory_log.cc
compiler-rt/trunk/lib/xray/xray_interface_internal.h
compiler-rt/trunk/lib/xray/xray_tsc.h
compiler-rt/trunk/lib/xray/xray_utils.h
compiler-rt/trunk/lib/xray/xray_utils.cc
compiler-rt/trunk/lib/xray/xray_x86_64.h
compiler-rt/trunk/lib/xray/xray_x86_64.cc
compiler-rt/trunk/lib/xray/xray_x86_64.inc
|