<code_coverage>.disassemble <code_coverage>.html-report
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<code_coverage>.filter-mappings

Synopsis

<code_coverage>.filter-mappings [filter] [files] [-remove]

Description

By default, removes all mappings that do not match the pattern in filter or source files that do not match files. This command requires that code coverage collection is not running.

If the -remove flag is used then mappings and source files that do match filter and files will be removed instead.

The filtercan be given in the following formats:

The files filters on source files matching this argument and can be given either as a string containing a filename wildcard pattern or as a list of such patterns. Note that source info (see add-source-info) must have been added prior to filtering on source files, otherwise source file information will not have been added.

Provided By

code-coverage

See Also

<code_coverage>.stop, <code_coverage>.add-source-info
<code_coverage>.disassemble <code_coverage>.html-report