Lines Matching refs:synth_event
303 struct synth_event { struct
333 struct synth_event *synth_event; argument
417 struct synth_event *event = call->data; in synth_event_define_fields()
582 struct synth_event *se; in print_synth_event()
588 se = container_of(event, struct synth_event, call.event); in print_synth_event()
635 struct synth_event *event; in trace_event_raw_event_synth()
684 static int __set_synth_event_print_fmt(struct synth_event *event, in __set_synth_event_print_fmt()
716 struct synth_event *event = call->data; in set_synth_event_print_fmt()
845 static inline void trace_synth(struct synth_event *event, u64 *var_ref_vals, in trace_synth()
869 static struct synth_event *find_synth_event(const char *name) in find_synth_event()
871 struct synth_event *event; in find_synth_event()
881 static int register_synth_event(struct synth_event *event) in register_synth_event()
934 static int unregister_synth_event(struct synth_event *event) in unregister_synth_event()
944 static void free_synth_event(struct synth_event *event) in free_synth_event()
962 static struct synth_event *alloc_synth_event(char *event_name, int n_fields, in alloc_synth_event()
965 struct synth_event *event; in alloc_synth_event()
1001 struct synth_event *event = data->onmatch.synth_event; in action_trace()
1011 static void add_or_delete_synth_event(struct synth_event *event, int delete) in add_or_delete_synth_event()
1028 struct synth_event *event = NULL; in create_synth_event()
1129 struct synth_event *event, *e; in release_all_synth_events()
1178 struct synth_event *event = v; in synth_events_seq_show()
3503 if (data->onmatch.synth_event) in onmatch_destroy()
3504 data->onmatch.synth_event->ref--; in onmatch_destroy()
3557 static int check_synth_field(struct synth_event *event, in check_synth_field()
3656 struct synth_event *event; in onmatch_create()
3736 data->onmatch.synth_event = event; in onmatch_create()
4367 seq_printf(m, "%s(", data->onmatch.synth_event->name); in print_onmatch_spec()
5448 struct synth_event *se; in hist_unreg_all()
5485 struct synth_event *se; in event_hist_trigger_func()