Re: [PATCH 10/12] configure: Detect kcov support and introduce CONFIG_KCOV

2020-01-22 Thread Laurent Vivier
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

Re: [PATCH 10/12] configure: Detect kcov support and introduce CONFIG_KCOV

2020-01-22 Thread Laurent Vivier
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

[PATCH 10/12] configure: Detect kcov support and introduce CONFIG_KCOV

2020-01-16 Thread Aleksandar Markovic
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