Home
last modified time | relevance | path

Searched defs:evtr_event (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/lib/libevtr/
H A Devtr.h90 typedef struct evtr_event { struct
91 uint8_t type; /* EVTR_TYPE_* */
92 uint64_t ts; /* timestamp. Must be nondecreasing */
93 union {
113 const char *file;
115 const char *func;
117 uint16_t line;
145 } *evtr_event_t; argument