Searched refs:KCOV_REMOTE_ENABLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | kcov.h | 8 * Argument for KCOV_REMOTE_ENABLE ioctl, see Documentation/dev-tools/kcov.rst 24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | kcov.h | 8 * Argument for KCOV_REMOTE_ENABLE ioctl, see Documentation/dev-tools/kcov.rst 24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | kcov.h | 33 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | kcov.h | 33 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | kcov.c | 429 * For KCOV_REMOTE_ENABLE devices, the exiting task is either: in kcov_task_exit() 624 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked() 694 if (cmd == KCOV_REMOTE_ENABLE) { in kcov_ioctl() 737 * KCOV_REMOTE_ENABLE ioctl to make the used kcov device start collecting 756 * KCOV_REMOTE_ENABLE ioctl. When this process issues system calls that spawn
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 450 * For KCOV_REMOTE_ENABLE devices, the exiting task is either: in kcov_task_exit() 620 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked() 718 case KCOV_REMOTE_ENABLE: in kcov_ioctl() 763 * KCOV_REMOTE_ENABLE ioctl to make the used kcov device start collecting 782 * KCOV_REMOTE_ENABLE ioctl. When this process issues system calls that spawn
|
Completed in 6 milliseconds