Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
9553 struct trace_event_class { struct9554 const char *system;9555 void *probe;9556 void *perf_probe;9557 int (*reg)(struct trace_event_call *, enum trace_reg, void *);9558 struct trace_event_fields *fields_array;9559 struct list_head * (*get_fields)(struct trace_event_call *);9560 struct list_head fields;9561 int (*raw_init)(struct trace_event_call *);