Lines Matching refs:points
15 instrumentation points and a runtime library that can dynamically enable and
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.
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
166 | | | | instrumentation points |
317 XRay supports several different instrumentation points including ``function-entry``,
318 ``function-exit``, ``custom``, and ``typed`` points. These can be enabled individually
320 instrument function entry and custom points you could specify: