Data Fields

libtrace_event_status_t Struct Reference

Data about the most recent event from a trace file. More...

Collaboration diagram for libtrace_event_status_t:
Collaboration graph
[legend]

Data Fields

libtrace_packet_tpacket
 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.

Detailed Description

Data about the most recent event from a trace file.


Field Documentation

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().


The documentation for this struct was generated from the following file: