<ram_tracer>.add-filter <ram_tracer>.delete
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<ram_tracer>.add-instrumentation

Synopsis

<ram_tracer>.add-instrumentation ([ ram-objects ... ] | list of ram-objects) [parent] [-connect-all] ["group"] [-read] [-write] [-execute] [-inquiry] [-block-only]

Description

Connects the tool to one or several ram-objects as given by the ram-objects argument.The parent argument specifies an hierarchical object and all ram-objects below this object matching the provider requirements will be added to the tool.The -connect-all flag can be given to add a connection to all supported ram-objects in the configuration.

The optional argument group lets a user specify a named instrumentation group to use for the connection. (See add-instrumentation-group for details on named groups.)

The -read, -write, -execute flags can be set to only trace specific accesses. The -inquiry flag can be used to trace inquiry accesses as well. Every access is traced by default but with inquiry switched off. If -block-only is given, no tracing will occur, but the tool will still block caching of ram/rom pages which is useful for other tools, such as the transaction-tracer.

Provided By

ram-tracer
<ram_tracer>.add-filter <ram_tracer>.delete