Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Duser_events.h66 struct user_unreg { struct
92 #define DIAG_IOCSUNREG _IOW(DIAG_IOC_MAGIC, 2, struct user_unreg*) argument
/linux/Documentation/trace/
H A Duser_events.rst194 This command takes a packed struct user_unreg as an argument::
196 struct user_unreg {
197 /* Input: Size of the user_unreg structure being used */
213 The struct user_unreg requires all the above inputs to be set appropriately.
215 + size: This must be set to sizeof(struct user_unreg).
/linux/tools/testing/selftests/user_events/
H A Ddyn_test.c74 struct user_unreg unreg = {0}; in unreg_event()
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()
H A Dabi_test.c198 struct user_unreg reg = {0}; in reg_disable()