Partial Instrumentation on Function Level
With the configuration parameter SKIP_FUNCTION_NAME, single functions can be excluded from instrumentation.
Functions can be excluded from the instrumentation of their files. With the configuration parameter SKIP_FUNCTION_NAME, a list of function names can be defined. The function names are separated with comma, and the wildcard * can be used.
            Example from command line:
            
    ctc –C SKIP_FUNCTION_NAME=foo2,Aclass::memb,*::closeX …