Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dkcov.h11 struct kcov_remote_arg { struct
24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) argument
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dkcov.rst247 ``kcov_remote_arg`` 结构体的 ``handle`` 数组字段中并将其传递给
251 对于 #2,用户空间进程必须通过 ``kcov_remote_arg`` 结构体的 ``common_handle`` 字段
279 struct kcov_remote_arg {
289 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
315 struct kcov_remote_arg *arg;
/linux-6.12.1/Documentation/dev-tools/
Dkcov.rst255 ``kcov_remote_arg`` struct. This will attach the used KCOV device to the code
260 ``common_handle`` field of the ``kcov_remote_arg`` struct. This common handle
294 struct kcov_remote_arg {
304 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
330 struct kcov_remote_arg *arg;
/linux-6.12.1/kernel/
Dkcov.c591 struct kcov_remote_arg *remote_arg; in kcov_ioctl_locked()
636 remote_arg = (struct kcov_remote_arg *)arg; in kcov_ioctl_locked()
697 struct kcov_remote_arg *remote_arg = NULL; in kcov_ioctl()
732 offsetof(struct kcov_remote_arg, num_handles)))) in kcov_ioctl()