Lines Matching full:instrumentation
2 XRay Instrumentation
15 instrumentation points and a runtime library that can dynamically enable and
16 disable the instrumentation.
27 - Compiler-inserted instrumentation points.
36 The compiler-inserted instrumentation points come in the form of nop-sleds in
38 contains entries pointing to these instrumentation points. The runtime library
40 overwrite the instrumentation points at runtime.
56 The easiest way of getting XRay instrumentation for your application is by
66 instrumentation points. You can tweak that number through the
147 instrumentation points. When you use ``clang`` to link your binaries and the
150 The default implementation of the XRay runtime will enable XRay instrumentation
165 | | | | instrumentation points |
181 XRay runtime and/or control when/how the XRay instrumentation runs, you may use
284 - ``extract``: Extract the instrumentation map from a binary, and return it as
309 instrumentation map in XRay-instrumented object files and binaries. The
316 the XRay instrumentation system.