Searched defs:synth_event (Results 1 – 1 of 1) sorted by relevance
29953 struct synth_event { struct29954 struct dyn_event devent;29955 int ref;29956 char *name;29957 struct synth_field **fields;29958 unsigned int n_fields;29959 struct synth_field **dynamic_fields;29960 unsigned int n_dynamic_fields;29961 unsigned int n_u64;29962 struct trace_event_class class;[all …]