Intel® Inspector User Guide for Linux* OS

ID 767796
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

module-filter

Set a filter to specify which application modules to analyze.

Syntax

-module-filter <string>

Arguments

A string specifying the name of the application(s), or child application(s), to analyze. Multiple names can be specified as a string of comma-separated values, with no spaces.

Default

Analyze and collect data on all modules.

Actions Modified

collect, collect-with

Description

Use the module-filter action-option to filter which application modules to include or exclude during collection.

  • Specify which modules to include or exclude.

  • Specified modules are included by default.

  • To filter out the specified modules, use with the module-filter-mode option and specify exclude.

NOTE:

See the module-filter-mode Option Reference for an example of how to exclude files.

Example

This command performs a memory analysis on myApp, but collects data only from the specified module childApp.

$ inspxe-cl -collect mi1 -module-filter childApp --myApp