Lines Matching defs:tuser
56 #define for_each_tracepoint_user(tuser) \ argument
59 static int tracepoint_user_register(struct tracepoint_user *tuser) in tracepoint_user_register()
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()
134 struct tracepoint_user *tuser; in tracepoint_user_find_get() local
161 static void tracepoint_user_put(struct tracepoint_user *tuser) in tracepoint_user_put()
192 struct tracepoint_user *tuser; member
1052 static bool tracepoint_user_within_module(struct tracepoint_user *tuser, in tracepoint_user_within_module()
1058 static int tracepoint_user_register_again(struct tracepoint_user *tuser, in tracepoint_user_register_again()
1065 static void tracepoint_user_unregister_clear(struct tracepoint_user *tuser) in tracepoint_user_unregister_clear()
1076 struct tracepoint_user *tuser; in __tracepoint_probe_module_cb() local