Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
7274 struct trace_event_class { struct7275 const char *system;7276 void *probe;7277 void *perf_probe;7278 int (*reg)(struct trace_event_call *, enum trace_reg, void *);7279 struct trace_event_fields *fields_array;7280 struct list_head * (*get_fields)(struct trace_event_call *);7281 struct list_head fields;7282 int (*raw_init)(struct trace_event_call *);