Home
last modified time | relevance | path

Searched refs:KCOV_REMOTE_ENABLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dkcov.h24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) macro
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst232 2. Using ``KCOV_REMOTE_ENABLE`` instead of ``KCOV_ENABLE`` in the userspace
236 ``KCOV_REMOTE_ENABLE`` ioctl accept handles that identify particular coverage
254 this handle to ``KCOV_REMOTE_ENABLE`` in the ``handles`` array field of the
279 userspace process that passed a common handle to ``KCOV_REMOTE_ENABLE``.
304 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
353 if (ioctl(fd, KCOV_REMOTE_ENABLE, arg))
/openbmc/linux/kernel/
H A Dkcov.c629 case KCOV_REMOTE_ENABLE: in kcov_ioctl_locked()
728 case KCOV_REMOTE_ENABLE: in kcov_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch508 +pub const KCOV_REMOTE_ENABLE: u32 = 1075340134;