Please enable JavaScript to view this site.

winIDEA Help

Version: 9.21.246

Navigation: Analyzer > How-to guides

Scroll Prev Top Next More

Filter in the Trace Window

In this topic:

Filtering the trace data

Applying a filter to a search expression

 

 

Filtering the trace data

number1

Select the Configure States and Filters button in the Trace Window Toolbar.

 

number2

Click Insert New to add a new filter and select a color for it.

TraceView-Filters-Dialog

 

number3

Select a meaningful name.

 

Number4

Set Visibility.

Selection allows you to mask specific columns in the filtered results.

 

Number5

Click on the Expression button to open the Define Logical Signal Expression dialog.

 

number6

Specify the Logical Signal Expression  in the Expression section that will be used for your filter.

TraceView-Filters-LogicalSignalExpression

 

 

Results

You will see the filtered records colored as specified.

TraceView-Filtering

 

 

Applying a filter to a search expression

In case you would like search advanced strings and apply a filter follow these steps.

 

number1

Select the Configure States and Filters button in the Trace window toolbar.

 

number2

Click Insert New to add a new filter and select a color the New State or Filter dialog.

 

number3

Select a meaningful name for the new state.

 

Number4

Select specific columns in the Visibility section to mask the filtered results.

 

Number5

Click on the Expression button to open the Define Logical Signal Expression dialog.

 

number6

Specify the Logical Signal Expression  in the Expression section that will be used for your filter.

 

ApplyFilterToSearchString

 

Examples

1. Search for all lines with given address but only if Data is between 0x35de 6000 and 6100: Address == 0x60000002 & Data >=  0x35de6000 | Data <= 0x35de6100

2. Search for all lines with given address, but only if Data is between 0x35de 6000 and 6100; and Core CPU1: Address == 0x60000002 & (Data >= 0x35de6000 | Data <= 0x35de6100) & Core == "CPU1"

 

 

Results

ApplyFilterToSearchString1

 

 

 

 

More resources

Trace Window

Analyzer Window

 

Copyright © 2024 TASKING Germany GmbH