Le 16/01/2020 à 23:49, Aleksandar Markovic a écrit :
> From: Aleksandar Markovic
>
> kcov is kernel code coverage tracing tool. It requires kernel 4.4+
> compiled with certain kernel options.
>
> This patch checks if kcov header "sys/kcov.h" is present on build
> machine, and stores the result i
Le 16/01/2020 à 23:49, Aleksandar Markovic a écrit :
> From: Aleksandar Markovic
>
> kcov is kernel code coverage tracing tool. It requires kernel 4.4+
> compiled with certain kernel options.
>
> This patch checks if kcov header "sys/kcov.h" is present on build
> machine, and stores the result i
From: Aleksandar Markovic
kcov is kernel code coverage tracing tool. It requires kernel 4.4+
compiled with certain kernel options.
This patch checks if kcov header "sys/kcov.h" is present on build
machine, and stores the result in variable CONFIG_KCOV, meant to
be used in linux-user code related