Intel® Inspector User Guide for Windows* OS

ID 767798
Date 3/22/2024
Public
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