Analyzing Program Performance With Sun WorkShop

ignore

ignore has the following syntax:


ignore
 func|var ...  [ in func ...  ]

Tells LockLint to exclude certain functions and variables from the analysis. This exclusion may be limited to specific functions using the in func ... clause; otherwise the exclusion applies to all functions.

The commands


% lock_lint funcs -io | grep =ignored
% lock_lint vars -io | grep =ignored

show which functions and variables are ignored.