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-mode

Exclude filtered application modules from analysis.

Syntax

-module-filter-mode exclude | include

Arguments

A string whose value is either exclude or include.

Default

Application modules specified through the module-filter option are included in analysis and data collection.

Actions Modified

collect, collect-with

Description

When using the module-filter option to filter applications, the specified applications are included by default. When you want to exclude applications rather than including them, use module-filter-mode and set the value to exclude.

Example

Perform a memory analysis on myApp, but exclude data from childApp.

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