Lines Matching refs:synth_event

400 struct synth_event {  struct
417 static struct synth_event *to_synth_event(struct dyn_event *ev) in to_synth_event() argument
419 return container_of(ev, struct synth_event, devent); in to_synth_event()
424 struct synth_event *event = to_synth_event(ev); in synth_event_is_busy()
432 struct synth_event *sev = to_synth_event(ev); in synth_event_match()
477 struct synth_event *synth_event; member
648 struct synth_event *event = call->data; in synth_event_define_fields()
819 struct synth_event *se; in print_synth_event()
825 se = container_of(event, struct synth_event, call.event); in print_synth_event()
883 struct synth_event *event; in trace_event_raw_event_synth()
932 static int __set_synth_event_print_fmt(struct synth_event *event, in __set_synth_event_print_fmt()
964 struct synth_event *event = call->data; in set_synth_event_print_fmt()
1098 static inline void trace_synth(struct synth_event *event, u64 *var_ref_vals, in trace_synth()
1122 static struct synth_event *find_synth_event(const char *name) in find_synth_event()
1125 struct synth_event *event; in find_synth_event()
1138 static int register_synth_event(struct synth_event *event) in register_synth_event()
1191 static int unregister_synth_event(struct synth_event *event) in unregister_synth_event()
1201 static void free_synth_event(struct synth_event *event) in free_synth_event()
1219 static struct synth_event *alloc_synth_event(const char *name, int n_fields, in alloc_synth_event()
1222 struct synth_event *event; in alloc_synth_event()
1260 struct synth_event *event = data->synth_event; in action_trace()
1273 struct synth_event *event = NULL; in __create_synth_event()
1341 struct synth_event *event = NULL; in create_or_delete_synth_event()
1389 struct synth_event *event = to_synth_event(ev); in synth_event_release()
1404 static int __synth_event_show(struct seq_file *m, struct synth_event *event) in __synth_event_show()
1426 struct synth_event *event = to_synth_event(ev); in synth_event_show()
3778 if (data->synth_event) in action_data_destroy()
3779 data->synth_event->ref--; in action_data_destroy()
4083 static int check_synth_field(struct synth_event *event, in check_synth_field()
4184 struct synth_event *event; in trace_action_create()
4270 data->synth_event = event; in trace_action_create()
6079 struct synth_event *se; in hist_unreg_all()
6116 struct synth_event *se; in event_hist_trigger_func()