Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Duser_events.h79 #define DIAG_IOCSUNREG _IOW(DIAG_IOC_MAGIC, 2, struct user_unreg*) macro
/Linux-v6.6/tools/testing/selftests/user_events/
Dftrace_test.c137 if (ioctl(fd, DIAG_IOCSUNREG, &unreg) == -1) in clear()
288 ASSERT_EQ(0, ioctl(self->data_fd, DIAG_IOCSUNREG, &unreg)); in TEST_F()
290 ASSERT_EQ(0, ioctl(self->data_fd, DIAG_IOCSUNREG, &unreg)); in TEST_F()
Ddyn_test.c64 return ioctl(fd, DIAG_IOCSUNREG, &unreg); in unreg_event()
Dabi_test.c85 ret = ioctl(fd, DIAG_IOCSUNREG, &reg); in reg_disable()
Dperf_test.c98 if (ioctl(fd, DIAG_IOCSUNREG, &unreg) == -1) in clear()
/Linux-v6.6/Documentation/trace/
Duser_events.rst150 The command to issue is DIAG_IOCSUNREG. This is different than deleting, where
/Linux-v6.6/kernel/trace/
Dtrace_events_user.c2529 case DIAG_IOCSUNREG: in user_events_ioctl()