Searched refs:DIAG_IOCSDEL (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | user_events.h | 52 #define DIAG_IOCSDEL _IOW(DIAG_IOC_MAGIC, 1, char*) macro
|
/linux-6.3-rc2/tools/testing/selftests/user_events/ |
A D | ftrace_test.c | 116 if (ioctl(fd, DIAG_IOCSDEL, "__test_event") == -1) in clear() 231 ASSERT_EQ(-1, ioctl(self->data_fd, DIAG_IOCSDEL, "__test_event")); in TEST_F() 237 ASSERT_EQ(0, ioctl(self->data_fd, DIAG_IOCSDEL, "__test_event")); in TEST_F()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | user_events.rst | 100 DIAG_IOCSDEL.
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_events_user.c | 1661 case DIAG_IOCSDEL: in user_events_ioctl()
|
Completed in 8 milliseconds