Lines Matching refs:synth_event

86 static struct synth_event *to_synth_event(struct dyn_event *ev)  in to_synth_event()
88 return container_of(ev, struct synth_event, devent); in to_synth_event()
93 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy()
101 struct synth_event *sev = to_synth_event(ev); in synth_event_match()
116 struct synth_event *event = call->data; in synth_event_define_fields()
319 struct synth_event *se; in print_synth_event()
325 se = container_of(event, struct synth_event, call.event); in print_synth_event()
396 struct synth_event *event, in trace_string()
440 struct synth_event *event; in trace_event_raw_event_synth()
521 static int __set_synth_event_print_fmt(struct synth_event *event, in __set_synth_event_print_fmt()
558 struct synth_event *event = call->data; in set_synth_event_print_fmt()
748 struct synth_event *find_synth_event(const char *name) in find_synth_event()
751 struct synth_event *event; in find_synth_event()
770 static int register_synth_event(struct synth_event *event) in register_synth_event()
823 static int unregister_synth_event(struct synth_event *event) in unregister_synth_event()
833 static void free_synth_event(struct synth_event *event) in free_synth_event()
852 static struct synth_event *alloc_synth_event(const char *name, int n_fields, in alloc_synth_event()
856 struct synth_event *event; in alloc_synth_event()
1185 struct synth_event *event = NULL; in __create_synth_event()
1368 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event()
1397 struct synth_event *se = NULL; in synth_event_delete()
1506 struct synth_event *se; in synth_event_run_command()
1859 struct synth_event *event; in __synth_event_add_val()
2102 struct synth_event *event = to_synth_event(ev); in synth_event_release()
2120 static int __synth_event_show(struct seq_file *m, struct synth_event *event) in __synth_event_show()
2150 struct synth_event *event = to_synth_event(ev); in synth_event_show()