Home
last modified time | relevance | path

Searched refs:kcov_handle (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/kernel/
Dkcov.c353 t->kcov_handle = 0; in kcov_task_reset()
359 t->kcov_handle = current->kcov_handle; in kcov_task_init()
674 t->kcov_handle = remote_arg->common_handle; in kcov_ioctl_locked()
1026 return current->kcov_handle; in kcov_common_handle()
/Linux-v5.10/drivers/vhost/
Dvhost.h163 u64 kcov_handle; member
Dvhost.c371 kcov_remote_start_common(dev->kcov_handle); in vhost_worker()
596 dev->kcov_handle = kcov_common_handle(); in vhost_dev_set_owner()
625 dev->kcov_handle = 0; in vhost_dev_set_owner()
719 dev->kcov_handle = 0; in vhost_dev_cleanup()
/Linux-v5.10/Documentation/dev-tools/
Dkcov.rst234 saved to the kcov_handle field in the current task_struct and needs to be
248 to use the common handle obtained as kcov_handle from the current
/Linux-v5.10/include/linux/
Dsched.h1282 u64 kcov_handle; member