Lines Matching refs:synth_event

96 static struct synth_event *to_synth_event(struct dyn_event *ev)  in to_synth_event()
98 return container_of(ev, struct synth_event, devent); in to_synth_event()
103 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy()
111 struct synth_event *sev = to_synth_event(ev); in synth_event_match()
126 struct synth_event *event = call->data; in synth_event_define_fields()
329 struct synth_event *se; in print_synth_event()
335 se = container_of(event, struct synth_event, call.event); in print_synth_event()
406 struct synth_event *event, in trace_string()
459 struct synth_event *event; in trace_event_raw_event_synth()
540 static int __set_synth_event_print_fmt(struct synth_event *event, in __set_synth_event_print_fmt()
577 struct synth_event *event = call->data; in set_synth_event_print_fmt()
767 struct synth_event *find_synth_event(const char *name) in find_synth_event()
770 struct synth_event *event; in find_synth_event()
789 static int register_synth_event(struct synth_event *event) in register_synth_event()
841 static int unregister_synth_event(struct synth_event *event) in unregister_synth_event()
851 static void free_synth_event(struct synth_event *event) in free_synth_event()
870 static struct synth_event *alloc_synth_event(const char *name, int n_fields, in alloc_synth_event()
874 struct synth_event *event; in alloc_synth_event()
1203 struct synth_event *event = NULL; in __create_synth_event()
1386 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event()
1415 struct synth_event *se = NULL; in synth_event_delete()
1522 struct synth_event *se; in synth_event_run_command()
1875 struct synth_event *event; in __synth_event_add_val()
2119 struct synth_event *event = to_synth_event(ev); in synth_event_release()
2137 static int __synth_event_show(struct seq_file *m, struct synth_event *event) in __synth_event_show()
2167 struct synth_event *event = to_synth_event(ev); in synth_event_show()