tracer_tool trans-sorter
Simics Reference Manual  /  5 Classes  / 

tracer_tool_connection

Description

Instrumentation connection.

Interfaces Implemented

conf_object, log_object, instrumentation_connection

Notifiers

cell-change
Notifier that is triggered after the object's cell was changed.
object-delete
Notifier that is triggered just before Simics object is deleted.
queue-change
Notifier that is triggered after the object's clock was changed. New clock can be obtained with the SIM_object_clock function.

Attributes

trace_data
Optional attribute; read/write access; type: b
Enables tracing of data. Default off.
trace_instructions
Optional attribute; read/write access; type: b
Enables tracing of instructions. Default off.
trace_exceptions
Optional attribute; read/write access; type: b
Enables tracing of exceptions. Default off.
print_register_changes
Optional attribute; read/write access; type: b
Enables printing of changed registers. Default off.
print_old_value
Optional attribute; read/write access; type: b
Enables printing of previous register value. Default off.
remove_duplicates
Optional attribute; read/write access; type: b
Enables removal of duplicated lines. Default off.
print_virtual_address
Optional attribute; read/write access; type: b
Enables printing of virtual addresses. Default off.
print_physical_address
Optional attribute; read/write access; type: b
Enables printing of physical addresses. Default off.
print_linear_address
Optional attribute; read/write access; type: b
Enables printing of linear addresses. Default off.
print_opcode
Optional attribute; read/write access; type: b
Enables printing of opcode. Default off.
print_access_type
Optional attribute; read/write access; type: b
Enables printing of access types. Default off.
print_memory_type
Optional attribute; read/write access; type: b
Enables printing of memory types. Default off.
use_cpu_number
Optional attribute; read/write access; type: b
Enables use of cpu number instead of name. Default off.
short_name
Pseudo attribute; read/write access; type: s
Use this short name for the processor.

Provided By

instrumentation-tracer-tool
tracer_tool trans-sorter