Home
last modified time | relevance | path

Searched refs:user_unreg (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Duser_events.h62 struct user_unreg { struct
88 #define DIAG_IOCSUNREG _IOW(DIAG_IOC_MAGIC, 2, struct user_unreg*) argument
/openbmc/linux/Documentation/trace/
H A Duser_events.rst154 This command takes a packed struct user_unreg as an argument::
156 struct user_unreg {
157 /* Input: Size of the user_unreg structure being used */
173 The struct user_unreg requires all the above inputs to be set appropriately.
175 + size: This must be set to sizeof(struct user_unreg).
/openbmc/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c58 struct user_unreg unreg = {0}; in unreg_event()
H A Dabi_test.c74 struct user_unreg reg = {0}; in reg_disable()
H A Dftrace_test.c125 struct user_unreg unreg = {0}; in clear()
239 struct user_unreg unreg = {0}; in TEST_F()
H A Dperf_test.c87 struct user_unreg unreg = {0}; in clear()
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c2484 static long user_unreg_get(struct user_unreg __user *ureg, in user_unreg_get()
2485 struct user_unreg *kreg) in user_unreg_get()
2498 if (size < offsetofend(struct user_unreg, disable_addr)) in user_unreg_get()
2546 struct user_unreg __user *ureg = (struct user_unreg __user *)uarg; in user_events_ioctl_unreg()
2549 struct user_unreg reg; in user_events_ioctl_unreg()