Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
204 struct trace_event_class { struct205 const char *system;206 void *probe;208 void *perf_probe;210 int (*reg)(struct trace_event_call *event,212 int (*define_fields)(struct trace_event_call *);213 struct list_head *(*get_fields)(struct trace_event_call *);214 struct list_head fields;215 int (*raw_init)(struct trace_event_call *);