Data about the most recent event from a trace file. More...
Data Fields | |
libtrace_packet_t * | packet |
A libtrace packet to store the packet when a PACKET event occurs. | |
double | tdelta |
Time between the timestamp for the current packet and the current walltime. | |
double | trace_last_ts |
The timestamp of the previous PACKET event. | |
int | psize |
The size of the current PACKET event. | |
bool | waiting |
Whether there is a packet stored in *packet above waiting for an event to occur. |
Data about the most recent event from a trace file.
A libtrace packet to store the packet when a PACKET event occurs.
Referenced by trace_create(), trace_create_dead(), and trace_destroy().
The size of the current PACKET event.
Referenced by trace_create(), and trace_create_dead().
Time between the timestamp for the current packet and the current walltime.
Referenced by trace_create(), and trace_create_dead().
The timestamp of the previous PACKET event.
Referenced by trace_create(), and trace_create_dead().
Whether there is a packet stored in *packet above waiting for an event to occur.
Referenced by trace_create().