Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
213 struct trace_event_class { struct214 const char *system;215 void *probe;217 void *perf_probe;219 int (*reg)(struct trace_event_call *event,221 struct trace_event_fields *fields_array;222 struct list_head *(*get_fields)(struct trace_event_call *);223 struct list_head fields;224 int (*raw_init)(struct trace_event_call *);