<ram_tracer>.add-instrumentation ([ ram-objects ... ] | list of ram-objects) [parent] [-connect-all] ["group"] [-read] [-write] [-execute] [-inquiry]
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 let 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.
ram-tracer