llvm-project/compiler-rt/lib/xray
Dean Michael Berris 860247b1bb [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR logging mode.
Summary:
Fixing a bug I found when testing a reader for the FDR format. Function ID is
now correctly packed into the 28 bits which are documented for it instead of being
masked to all ones.

Reviewers: dberris, pelikan, eugenis

Reviewed By: dberris

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D29698

llvm-svn: 294563
2017-02-09 07:05:42 +00:00
..
tests [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
CMakeLists.txt [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
xray_AArch64.cc [XRay] Probe for CPU features that XRay needs 2017-02-02 07:51:21 +00:00
xray_arm.cc [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_buffer_queue.cc [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
xray_buffer_queue.h [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
xray_defs.h [XRay][compiler-rt] Disable XRay instrumentation of the XRay runtime. 2016-11-16 01:01:13 +00:00
xray_emulate_tsc.h [XRay] Probe for CPU features that XRay needs 2017-02-02 07:51:21 +00:00
xray_fdr_logging.cc [XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR logging mode. 2017-02-09 07:05:42 +00:00
xray_fdr_logging.h [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_flags.cc [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_flags.h [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_flags.inc [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
xray_init.cc [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_inmemory_log.cc [XRay] Probe for CPU features that XRay needs 2017-02-02 07:51:21 +00:00
xray_interface.cc [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_interface_internal.h [XRay] [compiler-rt] Move machine-dependent code into machine-dependent files 2016-12-22 07:35:56 +00:00
xray_log_interface.cc [XRay][compiler-rt] XRay Flight Data Recorder Mode 2017-01-25 03:50:46 +00:00
xray_trampoline_AArch64.S [XRay][AArch64] More staging for tail call support in XRay AArch64 - in compiler-rt 2017-01-25 20:27:19 +00:00
xray_trampoline_arm.S [XRay][Arm32] Reduce the portion of the stub and implement more staging for tail calls - in compiler-rt 2017-01-26 16:18:13 +00:00
xray_trampoline_x86_64.S xray: fix assembly macro definition 2016-12-15 18:54:27 +00:00
xray_utils.cc [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_utils.h [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions 2017-02-07 23:35:34 +00:00
xray_x86_64.cc [XRay] Probe for CPU features that XRay needs 2017-02-02 07:51:21 +00:00
xray_x86_64.h [XRay] Probe for CPU features that XRay needs 2017-02-02 07:51:21 +00:00