Searched refs:DIAG_IOCSDEL (Results 1 – 7 of 7) sorted by relevance
| /linux/include/uapi/linux/ |
| A D | user_events.h | 89 #define DIAG_IOCSDEL _IOW(DIAG_IOC_MAGIC, 1, char *) macro
|
| /linux/tools/testing/selftests/user_events/ |
| A D | dyn_test.c | 32 ret = ioctl(fd, DIAG_IOCSDEL, "__test_event"); in event_delete()
|
| A D | ftrace_test.c | 141 if (ioctl(fd, DIAG_IOCSDEL, "__test_event") == -1) { in clear() 290 ASSERT_EQ(-1, ioctl(self->data_fd, DIAG_IOCSDEL, "__test_event")); in TEST_F()
|
| A D | perf_test.c | 102 if (ioctl(fd, DIAG_IOCSDEL, "__test_event") == -1) in clear()
|
| A D | abi_test.c | 128 ret = ioctl(fd, DIAG_IOCSDEL, "__abi_event"); in event_delete()
|
| /linux/Documentation/trace/ |
| A D | user_events.rst | 169 DIAG_IOCSDEL. 179 the event exists until DIAG_IOCSDEL is invoked. Both register and delete of an
|
| /linux/kernel/trace/ |
| A D | trace_events_user.c | 2692 case DIAG_IOCSDEL: in user_events_ioctl()
|
Completed in 20 milliseconds