Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
190 struct trace_event_class { struct191 const char *system;192 void *probe;194 void *perf_probe;196 int (*reg)(struct trace_event_call *event,198 int (*define_fields)(struct trace_event_call *);199 struct list_head *(*get_fields)(struct trace_event_call *);200 struct list_head fields;201 int (*raw_init)(struct trace_event_call *);