Searched defs:trace_event_class (Results 1 – 2 of 2) sorted by relevance
81 struct trace_event_class { struct82 const char *system;83 void *probe;84 void *perf_probe;85 int (*reg)(struct trace_event_call *, enum trace_reg, void *);86 struct trace_event_fields *fields_array;87 struct list_head * (*get_fields)(struct trace_event_call *);88 struct list_head fields;89 int (*raw_init)(struct trace_event_call *);
7609 struct trace_event_class { struct7610 const char *system;7611 void *probe;7612 void *perf_probe;7613 int (*reg)(struct trace_event_call *, enum trace_reg, void *);7614 struct trace_event_fields *fields_array;7615 struct list_head * (*get_fields)(struct trace_event_call *);7616 struct list_head fields;7617 int (*raw_init)(struct trace_event_call *);