Intel® Inspector User Guide for Windows* OS

ID 767798
Date 5/15/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

convert-suppression-file

Convert a third-party suppression file for use with Intel Inspector.

GUI Equivalent

None

Syntax

-convert-suppression-file -from <PATH> -to <PATH>

Arguments

from <PATH>

The PATH/name for the third-party suppression file (input) that is to be converted. This can be either a Purify or a Valgrind suppression file.

to <PATH>

The PATH/name for the new suppression file that is output after conversion to the Intel Inspector suppression file format. If no file extension is specified for the output suppression file, .sup is used.

This may be an absolute path, or a path relative to the current working directory. Both the from and to paths must be specified.

Description

Use the convert-suppression-file action to convert a Rational Purify* or Valgrind* suppression file to the Intel Inspector suppression file format. Both the from and to pathnames must be specified. The default file extension is .sup.

Example

Convert the Purify suppressions file my_old_suppressions.purify and save it in Intel Inspector suppression file format as "C:\myAppProj\My Inspector Results-[project name]\suppressions\"my_new_suppressions.sup.

 $ inspxe-cl -convert-suppression-file -from my_old_suppressions.purify -to "C:\myAppProj\My Inspector Results-[project name]\suppressions\mySup"mySup