Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dkcov.h15 __aligned_u64 common_handle; member
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst251 对于 #2,用户空间进程必须通过 ``kcov_remote_arg`` 结构体的 ``common_handle`` 字段
283 __aligned_u64 common_handle;
334 arg->common_handle = kcov_remote_handle(KCOV_SUBSYSTEM_COMMON,
/linux/kernel/
H A Dkcov.c656 if (remote_arg->common_handle) { in kcov_ioctl_locked()
657 if (!kcov_check_handle(remote_arg->common_handle, in kcov_ioctl_locked()
665 remote_arg->common_handle); in kcov_ioctl_locked()
672 t->kcov_handle = remote_arg->common_handle; in kcov_ioctl_locked()
779 * passed from a userspace process as the common_handle field of the
787 * threads must in turn be annotated with kcov_remote_start(common_handle) and
/linux/Documentation/dev-tools/
H A Dkcov.rst260 ``common_handle`` field of the ``kcov_remote_arg`` struct. This common handle
298 __aligned_u64 common_handle;
349 arg->common_handle = kcov_remote_handle(KCOV_SUBSYSTEM_COMMON,