Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
278 struct trace_event_class { struct279 const char *system;280 void *probe;282 void *perf_probe;284 int (*reg)(struct trace_event_call *event,286 struct trace_event_fields *fields_array;287 struct list_head *(*get_fields)(struct trace_event_call *);288 struct list_head fields;289 int (*raw_init)(struct trace_event_call *);