| |||
| Home > Analyzing Trace with the Analysis Window > Filtering information in captured trace > Filtering for specific symbol names | |||
To filter the information down to a specified symbol-name
string (such as a function name or variable), or range of symbol-name
strings as contained in the Symbol column:
Select Filter on Symbol Name... from the Filter menu to display the Prompt dialog box. Figure 9.16 shows an example.
Enter the symbol name filter.
The symbol name filter can contain the following characters:
*A multi-character wildcard.
?A single-character wildcard.
RealView Debugger displays only those rows containing the symbol name you specify.
For example, to display only the rows containing the variable Ptr_1_Glob,
you might use Ptr_1_*. Alternatively, you might
use Ptr_?_Glob.
Click Filter.