Lines Matching refs:xray
92 `libclang_rt.xray-{arch}` where `{arch}` is the mnemonic supported by clang
104 define i32 @always_instrument() uwtable "function-instrument"="xray-always" {
108 define i32 @never_instrument() uwtable "function-instrument"="xray-never" {
112 You can also set the ``xray-instruction-threshold`` attribute and provide a
118 define i32 @maybe_instrument() uwtable "xray-instruction-threshold"="2" {
156 Also by default the filename of the XRay trace is ``xray-log.XXXXXX`` where the
173 | xray_logfile_base | ``const char*`` | ``xray-log.`` | Filename base for the |
184 ``xray_log_interface.h`` from the compiler-rt ``xray`` directory. The important API
189 ``XRayLogImpl`` defined in ``xray/xray_log_interface.h``.
195 ``xray/xray_log_interface.h`` for details, part of the XRay compiler-rt
208 All of this is better explained in the ``xray/xray_log_interface.h`` header.
215 installed/enabled by setting ``xray_mode=xray-basic`` in the ``XRAY_OPTIONS``
232 on your application, you may set the ``xray_mode`` variable to ``xray-fdr`` in
236 ``__xray_log_init_mode("xray-fdr", <configuration string>)`` once it has been
282 found in the ``tools/llvm-xray`` directory. The ``llvm-xray`` tool currently
336 in the range of 0 to ``xray-function-groups`` - 1. Together these options could be used