print-device-regs print-image-memory-stats
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

print-event-queue

Synopsis

print-event-queue [obj] [queue] [-i]

Description

Prints the event queues for a processor, i.e. an object implementing a step or cycle queue. Events such as interrupts and exceptions are posted on these event queues. For each event, the time to its execution, the object posting it and a brief description is printed.

If the command is used in an expression, if no queue is given it returns a list of lists of triplets, with the step queue as the first inner list. Otherwise it returns a list of triplets for the given queue.

If no processor is specified in obj, the currently selected frontend processor is used.

The queue can be used to select the "cycle" or the "step" queue. The old integer values are deprecated.

The -i flag enables printing of Simics-internal events.

Provided By

Simics Core

See Also

print-realtime-queue, pselect
print-device-regs print-image-memory-stats