selective instrumentation
An instrumentation mode in which only the modules or classes you select are instrumented. All other modules or classes are excluded from instrumentation.
For native-compiled applications, modules that are instrumented in selective mode are run from the same locations as the original, uninstrumented modules. The original modules are saved with the filename <moduleName>.original. Selectively instrumented modules are not saved in the cache directory.
For native-compiled applications, you can set the Transient, Permanent, or None selective instrumentation state for each instrumented module to remove instrumentation, or to set a persistence level.
See also instrumentation and instrumentation state in the glossary.
(C) Copyright IBM Corporation 1992, 2010.