CpuEvent

class tenjint.event.CpuEvent(cpu_num)[source]

Base class for all CPU events.

A CPU event is an event that occurs on a specific CPU. For instance, a breakpoint is hit. Most events are CPU events, but not all of them.

Attributes

CpuEvent.params

CpuEvent.producer

Methods

CpuEvent.__init__(cpu_num)

Initialize self.

CpuEvent.filter(event_params, event)

Event filter function

CpuEvent.parse_request(**kwargs)

Parse an event request using the event request params.

CpuEvent.parse_request_to_dict(**kwargs)

Parse an event request using the event request params.