Displaying 1 result from an estimated 1 matches for "kcov_mod".
Did you mean:
kcov_mode
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
...se(fd))
> + perror("close"), exit(1);
> + return 0;
> + }
> diff --git a/include/linux/kcov.h b/include/linux/kcov.h
> index b76a1807028d..702672d98d35 100644
> --- a/include/linux/kcov.h
> +++ b/include/linux/kcov.h
> @@ -27,6 +27,13 @@ enum kcov_mode {
> void kcov_task_init(struct task_struct *t);
> void kcov_task_exit(struct task_struct *t);
>
> +/*
> + * Reserved handle ranges:
> + * 0000000000000000 - 0000ffffffffffff : common handles
> + */
It can make sense to make this scheme slightly more generic and
officially r...