Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
297 struct trace_event_class { struct298 const char *system;299 void *probe;301 void *perf_probe;303 int (*reg)(struct trace_event_call *event,305 struct trace_event_fields *fields_array;306 struct list_head *(*get_fields)(struct trace_event_call *);307 struct list_head fields;308 int (*raw_init)(struct trace_event_call *);