Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcov.h11 struct kcov_remote_arg { struct
24 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg) argument
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkcov.rst227 array field of the kcov_remote_arg struct. This will attach the used kcov
233 common_handle field of the kcov_remote_arg struct. This common handle gets
254 struct kcov_remote_arg {
264 #define KCOV_REMOTE_ENABLE _IOW('c', 102, struct kcov_remote_arg)
290 struct kcov_remote_arg *arg;
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c566 struct kcov_remote_arg *remote_arg; in kcov_ioctl_locked()
630 remote_arg = (struct kcov_remote_arg *)arg; in kcov_ioctl_locked()
689 struct kcov_remote_arg *remote_arg = NULL; in kcov_ioctl()
696 offsetof(struct kcov_remote_arg, num_handles)))) in kcov_ioctl()