Lines Matching refs:tracepoint_user

48 struct tracepoint_user {  struct
59 static int tracepoint_user_register(struct tracepoint_user *tuser) in tracepoint_user_register() argument
70 static void tracepoint_user_unregister(struct tracepoint_user *tuser) in tracepoint_user_unregister()
79 static unsigned long tracepoint_user_ip(struct tracepoint_user *tuser) in tracepoint_user_ip()
87 static void __tracepoint_user_free(struct tracepoint_user *tuser) in __tracepoint_user_free()
95 DEFINE_FREE(tuser_free, struct tracepoint_user *, __tracepoint_user_free(_T)) in DEFINE_FREE() argument
97 static struct tracepoint_user *__tracepoint_user_init(const char *name, struct tracepoint *tpoint) in DEFINE_FREE()
99 struct tracepoint_user *tuser __free(tuser_free) = NULL; in DEFINE_FREE()
132 static struct tracepoint_user *tracepoint_user_find_get(const char *name, struct module **pmod) in tracepoint_user_find_get()
135 struct tracepoint_user *tuser; in tracepoint_user_find_get()
162 static void tracepoint_user_put(struct tracepoint_user *tuser) in tracepoint_user_put()
175 DEFINE_FREE(tuser_put, struct tracepoint_user *,
193 struct tracepoint_user *tuser;
769 struct tracepoint_user *tuser __free(tuser_put) = NULL; in __regsiter_tracepoint_fprobe()
1055 static bool tracepoint_user_within_module(struct tracepoint_user *tuser, in tracepoint_user_within_module()
1061 static int tracepoint_user_register_again(struct tracepoint_user *tuser, in tracepoint_user_register_again()
1068 static void tracepoint_user_unregister_clear(struct tracepoint_user *tuser) in tracepoint_user_unregister_clear()
1079 struct tracepoint_user *tuser; in __tracepoint_probe_module_cb()