Searched defs:evtr_event (Results 1 – 1 of 1) sorted by relevance
90 typedef struct evtr_event { struct91 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