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

sort-desc

Sort report data by specified field in descending order.

Syntax

-sort-desc <value>

-s-desc <value>

Arguments

function

Sort by function name alphabetical order.

id

Sort by problem id.

investigated

Sort by whether the problem has been investigated.

line

Sort by line number.

module

Sort by module.

problem

Sort by problem type.

severity

Sort by problem severity level.

source

Sort by source file file.

state

Sort by state.

Default

Varies by report type.

Actions Modified

report

Description

Use the sort-desc action-option to organize a report in descending order of the specified field(s). You can specify up to three different fields.

NOTE:
Legacy formats do not contain all the data fields, so some information may be missing in the reports shown for imported data.

Alternate Options

To sort in reverse order, use the sort-asc action-option.

Example

This command generates a Problems report from the most recently collected result data, and displays the problems in descending order of severity.

$ inspxe-cl -report problem -sort-desc severity