Searched defs:trace_event_class (Results 1 – 1 of 1) sorted by relevance
279 struct trace_event_class { struct280 const char *system;281 void *probe;283 void *perf_probe;285 int (*reg)(struct trace_event_call *event,287 struct trace_event_fields *fields_array;288 struct list_head *(*get_fields)(struct trace_event_call *);289 struct list_head fields;290 int (*raw_init)(struct trace_event_call *);
Completed in 9 milliseconds