Lines Matching refs:user_event

37 #define EVENT_NAME(user_event) ((user_event)->reg_name)  argument
38 #define EVENT_TP_NAME(user_event) ((user_event)->tracepoint.name) argument
83 struct user_event { struct
107 struct user_event *event; argument
160 struct user_event *events[];
201 typedef void (*user_event_func_t) (struct user_event *user, struct iov_iter *i,
206 struct user_event **newuser, int reg_flags);
209 static struct user_event_mm *user_event_mm_get_all(struct user_event *user);
211 static int destroy_user_event(struct user_event *user);
212 static bool user_fields_match(struct user_event *user, int argc,
231 static struct user_event *user_event_get(struct user_event *user) in user_event_get()
240 struct user_event *user = container_of( in delayed_destroy_user_event()
241 work, struct user_event, put_work); in delayed_destroy_user_event()
262 static void user_event_put(struct user_event *user, bool locked) in user_event_put()
456 struct user_event *user = enabler->event; in user_event_enabler_fault_fixup()
592 static void user_event_enabler_update(struct user_event *user) in user_event_enabler_update()
664 static struct user_event_mm *user_event_mm_get_all(struct user_event *user) in user_event_mm_get_all()
882 *user_event_enabler_create(struct user_reg *reg, struct user_event *user, in user_event_enabler_create()
949 bool user_event_last_ref(struct user_event *user) in user_event_last_ref()
975 struct user_event *user = (struct user_event *)call->data; in user_event_get_fields()
995 char *raw_command, struct user_event **newuser, in user_event_parse_cmd()
1086 static void user_event_destroy_validators(struct user_event *user) in user_event_destroy_validators()
1097 static void user_event_destroy_fields(struct user_event *user) in user_event_destroy_fields()
1108 static int user_event_add_field(struct user_event *user, const char *type, in user_event_add_field()
1174 static int user_event_parse_field(char *field, struct user_event *user, in user_event_parse_field()
1265 static int user_event_parse_fields(struct user_event *user, char *args) in user_event_parse_fields()
1386 static int user_event_set_print_fmt(struct user_event *user, char *buf, int len) in user_event_set_print_fmt()
1420 static int user_event_create_print_fmt(struct user_event *user) in user_event_create_print_fmt()
1450 static int user_event_set_call_visible(struct user_event *user, bool visible) in user_event_set_call_visible()
1485 static int destroy_user_event(struct user_event *user) in destroy_user_event()
1520 static struct user_event *find_user_event(struct user_event_group *group, in find_user_event()
1524 struct user_event *user; in find_user_event()
1554 static int user_event_validate(struct user_event *user, void *data, int len) in user_event_validate()
1590 static void user_event_ftrace(struct user_event *user, struct iov_iter *i, in user_event_ftrace()
1631 static void user_event_perf(struct user_event *user, struct iov_iter *i, in user_event_perf()
1674 static void update_enable_bit_for(struct user_event *user) in update_enable_bit_for()
1717 struct user_event *user = (struct user_event *)call->data; in user_event_reg()
1775 struct user_event *user; in user_event_create()
1815 struct user_event *user = container_of(ev, struct user_event, devent); in user_event_show()
1845 struct user_event *user = container_of(ev, struct user_event, devent); in user_event_is_busy()
1852 struct user_event *user = container_of(ev, struct user_event, devent); in user_event_free()
1900 static bool user_fields_match(struct user_event *user, int argc, in user_fields_match()
1924 struct user_event *user = container_of(ev, struct user_event, devent); in user_event_match()
1948 static int user_event_trace_register(struct user_event *user) in user_event_trace_register()
1965 static int user_event_set_tp_name(struct user_event *user) in user_event_set_tp_name()
2073 struct user_event **newuser, int reg_flags) in user_event_parse()
2075 struct user_event *user; in user_event_parse()
2214 struct user_event *user; in delete_user_event()
2246 struct user_event *user = NULL; in user_events_write_core()
2360 struct user_event *user) in user_events_ref_add()
2464 struct user_event *user; in user_events_ioctl_reg()
2782 struct user_event *user; in user_seq_show()