#pragma nofunctrace
In IBM® XL C/C++ for AIX® 16.1.0 or earlier releases, #pragma nofunctrace disables tracing for a given function or a list of specified functions.
IBM Open XL C/C++ for AIX 17.1.3
does not support #pragma nofunctrace. You are recommended to use the
no_instrument_function function attribute in conjunction with the
-finstrument-functions option as an alternative.
Related information
- -qfunctrace
- GCC online documentation
- The "Clang command line argument reference" section in the Clang documentation