Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dkcov.h11 struct kcov_remote_arg { struct
24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) argument
/linux-6.3-rc2/Documentation/dev-tools/
A Dkcov.rst230 array field of the kcov_remote_arg struct. This will attach the used kcov
236 common_handle field of the kcov_remote_arg struct. This common handle gets
259 struct kcov_remote_arg {
269 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
295 struct kcov_remote_arg *arg;
/linux-6.3-rc2/kernel/
A Dkcov.c580 struct kcov_remote_arg *remote_arg; in kcov_ioctl_locked()
625 remote_arg = (struct kcov_remote_arg *)arg; in kcov_ioctl_locked()
684 struct kcov_remote_arg *remote_arg = NULL; in kcov_ioctl()
719 offsetof(struct kcov_remote_arg, num_handles)))) in kcov_ioctl()

Completed in 5 milliseconds