Lines Matching +refs:clang +refs:format +refs:extract
57 enabling the ``-fxray-instrument`` flag in your clang invocation.
63 clang -fxray-instrument ...
71 clang -fxray-instrument -fxray-instruction-threshold=1 ...
80 [[clang::xray_always_instrument]] void always_instrumented();
82 [[clang::xray_never_instrument]] void never_instrumented();
89 Library`_ or use ``clang`` to link it in automatically with the
92 `libclang_rt.xray-{arch}` where `{arch}` is the mnemonic supported by clang
128 logging from a file. The file's format is described below:
140 These files can be provided through the ``-fxray-attr-list=`` flag to clang.
148 instrumentation points. When you use ``clang`` to link your binaries and the
239 When the buffers are flushed to disk, the result is a binary trace format
240 described by `XRay FDR format <XRayFDRFormat.html>`_
270 format. All the trace analysis tools (and the trace reading library) will
271 support all versions of the FDR mode format as we add more functionality and
285 - ``extract``: Extract the instrumentation map from a binary, and return it as
290 - ``convert``: Converts an XRay log file from one format to another. We can
311 ``extract`` and ``stack`` subcommands uses this particular library.
324 clang -fxray-instrument -fxray-instrumentation-bundle=function-entry,custom ...
332 clang -fxray-instrument -fxray-function-groups=4