Structure returned by libtrace_event explaining what the current event is. More...
Data Fields | |
libtrace_event_t | type |
Event type (iowait,sleep,packet). | |
int | fd |
If the event is IOWAIT, the file descriptor to wait on. | |
double | seconds |
If the event is SLEEP, the amount of time to sleep for in seconds. | |
int | size |
If the event is PACKET, the value returned by trace_read_packet(). |
Structure returned by libtrace_event explaining what the current event is.
If the event is IOWAIT, the file descriptor to wait on.
Referenced by trace_event_device().
double libtrace_eventobj_t::seconds |
If the event is SLEEP, the amount of time to sleep for in seconds.
Referenced by trace_event_trace().
If the event is PACKET, the value returned by trace_read_packet().
Referenced by trace_event_device().
Event type (iowait,sleep,packet).
Referenced by trace_event_device(), and trace_event_trace().