sample_linux_mapper sample_linux_tracker_comp
Simics Reference Manual  /  5 Classes  / 

sample_linux_tracker

Description

An example of how to write a tracker for Linux that should work with the qsp-linux-common.simics script.

Interfaces Implemented

conf_object, log_object, osa_tracker_control, osa_micro_checkpoint

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.

Commands for this class

Attributes

parent
Required attribute; read/write access; type: o
The parent object. Must implement the osa_tracker_state_admin, osa_machine_query, and osa_machine_notification interfaces
enabled
Pseudo attribute; read-only access; type: b
Tracker enabled - read only
default_parameters
Pseudo attribute; read-only access; type: D
Default parameters for the QSP platform

Provided By

sample-linux-tracker
sample_linux_mapper sample_linux_tracker_comp