Lines Matching refs: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 get XRay instrumentation points. You can tweak that number through the
148 instrumentation points. When you use ``clang`` to link your binaries and the
151 The default implementation of the XRay runtime will enable XRay instrumentation
166 | | | | instrumentation points |
182 XRay runtime and/or control when/how the XRay instrumentation runs, you may use
285 - ``extract``: Extract the instrumentation map from a binary, and return it as
310 instrumentation map in XRay-instrumented object files and binaries. The
317 XRay supports several different instrumentation points including ``function-entry``,
324 clang -fxray-instrument -fxray-instrumentation-bundle=function-entry,custom ...
327 instrument just a sampled subset of functions using instrumentation groups.
346 the XRay instrumentation system.