Lines Matching refs:synth_event

100 static struct synth_event *to_synth_event(struct dyn_event *ev)  in to_synth_event()
102 return container_of(ev, struct synth_event, devent); in to_synth_event()
107 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy()
115 struct synth_event *sev = to_synth_event(ev); in synth_event_match()
130 struct synth_event *event = call->data; in synth_event_define_fields()
345 struct synth_event *se; in print_synth_event()
351 se = container_of(event, struct synth_event, call.event); in print_synth_event()
423 struct synth_event *event, in trace_string()
463 struct synth_event *event, in trace_stack()
506 struct synth_event *event; in trace_event_raw_event_synth()
599 static int __set_synth_event_print_fmt(struct synth_event *event, in __set_synth_event_print_fmt()
639 struct synth_event *event = call->data; in set_synth_event_print_fmt()
832 struct synth_event *find_synth_event(const char *name) in find_synth_event()
835 struct synth_event *event; in find_synth_event()
857 struct synth_event *event = container_of(call, struct synth_event, call); in synth_event_reg()
886 static int register_synth_event(struct synth_event *event) in register_synth_event()
938 static int unregister_synth_event(struct synth_event *event) in unregister_synth_event()
948 static void free_synth_event(struct synth_event *event) in free_synth_event()
967 static struct synth_event *alloc_synth_event(const char *name, int n_fields, in alloc_synth_event()
971 struct synth_event *event; in alloc_synth_event()
1301 struct synth_event *event = NULL; in __create_synth_event()
1484 static int destroy_synth_event(struct synth_event *se) in destroy_synth_event()
1513 struct synth_event *se = NULL; in synth_event_delete()
1620 struct synth_event *se; in synth_event_run_command()
1973 struct synth_event *event; in __synth_event_add_val()
2217 struct synth_event *event = to_synth_event(ev); in synth_event_release()
2235 static int __synth_event_show(struct seq_file *m, struct synth_event *event) in __synth_event_show()
2265 struct synth_event *event = to_synth_event(ev); in synth_event_show()