Visible to Intel only — GUID: GUID-2F7D3269-7BD9-4E5D-9970-A918E9ACD77A
Visible to Intel only — GUID: GUID-2F7D3269-7BD9-4E5D-9970-A918E9ACD77A
module-filter-mode
Exclude filtered application modules from analysis.
GUI Equivalent
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
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