Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples
_t_traceitem Struct Reference
#include <tracer.h>
Detailed Description
Item in the trace buffer.
Data Fields | |
| u_char | tag |
| Type of event. | |
| u_int | pc |
| Additional information, depending on the type of the event. | |
| u_int | time_h |
| Upper 16 bit of microseconds clock when event occured. | |
| u_int | time_l |
| Lower 16 bit of microseconds clock when event occured. | |