Intel® Inspector Help

suppression-file

Use rules defined in a suppression file to exclude known problems during collection.

GUI Equivalent

Dialog Box Create Suppression

Syntax

-suppression-file <PATH>

Arguments

A string containing the PATH/name for the suppression file. This may be an absolute path, or a path relative to the current working directory.

Pathname can be either:

directory

The name of a directory containing suppression files.

filename

The name of a suppression file. May be an absolute pathname or name relative to the current working directory. The inspxe-cl tool appends a .sup extension if no extension is specified.

For multiple arguments: You may specify this option multiple times in a single command, or specify multiple arguments in a comma-separated list (no spaces). For example, the following are equivalent:

-suppression-file mySup1 -suppression-file mySup2.txt

-suppression-file mySup1,mySup2

Actions Modified

collect, collect-with, report

Description

Use the suppression-file action-option to apply one or more suppression files when performing the collect or collect-with action. You can use the create-suppression-file action to generate a suppression file that contains rules that define which problems should be excluded from the Summary of detected problems.

When suppression-file is used with the collect action, the process uses all files with a .sup extension in the directory.

Example

This command:

$ inspxe-cl -collect ti2 -s-f "./My Inspector Results-[project name]/suppressions" -- myApp

See Also