Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
189 struct trace_event_class { struct190 const char *system;191 void *probe;193 void *perf_probe;195 int (*reg)(struct trace_event_call *event,197 int (*define_fields)(struct trace_event_call *);198 struct list_head *(*get_fields)(struct trace_event_call *);199 struct list_head fields;200 int (*raw_init)(struct trace_event_call *);