Searched defs:event_format (Results 1 – 2 of 2) sorted by relevance
322 struct event_format { struct323 struct tep_handle *pevent;324 char *name;325 int id;326 int flags;327 struct format format;328 struct print_fmt print_fmt;329 char *system;330 tep_event_handler_func handler;331 void *context;
178 unsigned int event_format; member