Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
275 struct trace_event_class { struct276 const char *system;277 void *probe;279 void *perf_probe;281 int (*reg)(struct trace_event_call *event,283 struct trace_event_fields *fields_array;284 struct list_head *(*get_fields)(struct trace_event_call *);285 struct list_head fields;286 int (*raw_init)(struct trace_event_call *);