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

Dialog Box: Select Stack Frame(s)

To access this Intel Inspector dialog box: In the Create Suppressions dialog box, click the Edit... button.

Use this dialog box while defining a suppression rule to:

  • View stack frames.

  • Choose a different stack frame as the rule focus.

  • Choose multiple stack frames as the rule focus.

TIP:

Suppression rules are more robust if you specify a stack with multiple frames instead of frames with line numbers. (Because line numbers can be altered by code insertions or deletions, suppressions may be rendered ineffective by even minor code maintenance. Stack-based suppressions require larger code changes to invalidate them, such as changes to function call sequences.)

Use This

To Do This

Use in Rule checkboxes

  • Suppress problems during analysis based on stack frame characteristics (select checkbox). Outcome: Rules with narrower reach.

  • Do not suppress problems based on stack frame characteristics (deselect checkbox). Outcome: Rules with wider reach.

Grid row drop-down lists

  • Suppress problems during analysis based on specific stack frame characteristics (keep specific Module, Function, Source, and/or Line data). Outcome: Rules with narrower reach.

  • Do not suppress problems based on specific stack frame characteristics (click drop-down arrow and choose *(any)). Outcome: Rules with wider reach.