Searched defs:synth_event (Results 1 – 4 of 4) sorted by relevance
41317 struct synth_event { struct41318 struct dyn_event devent;41319 int ref;41320 char *name;41321 struct synth_field **fields;41322 unsigned int n_fields;41323 struct synth_field **dynamic_fields;41324 unsigned int n_dynamic_fields;41325 unsigned int n_u64;41326 struct trace_event_class class;[all …]
86561 struct synth_event { struct86562 struct dyn_event devent;86563 int ref;86564 char *name;86565 struct synth_field **fields;86566 unsigned int n_fields;86567 struct synth_field **dynamic_fields;86568 unsigned int n_dynamic_fields;86569 unsigned int n_u64;86570 struct trace_event_class class;[all …]