Intel® Inspector User Guide for Windows* OS

ID 767798
Date 3/31/2023
Public

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

Document Table of Contents

knob-list

Display configurable settings for a collect or collect-with action.

Syntax

For the collect action:

-knob-list <analysis_type>

For the collect-with action

-knob-list <collector>

Actions Modified

collect, collect-with

Description

Use knob-list to display arguments to the knob option, based on the value of the analysis type or collector. Each knob represents a predefined setting that is available at this level of analysis.

For the collect action, the analysis type values are:

mi1 | mi2 | mi3

Use any one of these three different levels of memory error analysis, from narrowest to widest scope. Displays a list of knobs for this analysis type and level.

ti1 | ti2 | ti3

Use any one of these three different levels of threading error analysis, from narrowest to widest scope. Displays a list of knobs for this analysis type and level.

The collect-with action is more powerful, and has more settings available. For the collect-with action, the collector values are:

runmc

List knobs for memory error checking, with a brief description of each.

runtc

List knobs for threading error checking, with a brief description of each.

Example

Display a list of knobs for the mi3 analysis type for the collect action.

$ inspxe-cl -knob-list mi3

Display a list of knobs for the runtc collector for the collect-with action.

$ inspxe-cl -knob-list runtc