Re: Collecting both remote and "local" coverage with KCOV

2020-11-18 Thread Dmitry Vyukov
On Wed, Nov 18, 2020 at 3:21 AM Alexander Bulekov wrote: > > On 201116 1805, Andrey Konovalov wrote: > > On Mon, Nov 16, 2020 at 9:35 AM Dmitry Vyukov wrote: > > > > > > On Mon, Nov 16, 2020 at 3:39 AM Alexander Bulekov wrote: > > > > > > > > Hello, > > > > I'm trying to collect coverage over th

Re: Collecting both remote and "local" coverage with KCOV

2020-11-17 Thread Alexander Bulekov
On 201116 1805, Andrey Konovalov wrote: > On Mon, Nov 16, 2020 at 9:35 AM Dmitry Vyukov wrote: > > > > On Mon, Nov 16, 2020 at 3:39 AM Alexander Bulekov wrote: > > > > > > Hello, > > > I'm trying to collect coverage over the syscalls issued by my process, > > > as well as the kthreads spawned as

Re: Collecting both remote and "local" coverage with KCOV

2020-11-16 Thread Andrey Konovalov
On Mon, Nov 16, 2020 at 9:35 AM Dmitry Vyukov wrote: > > On Mon, Nov 16, 2020 at 3:39 AM Alexander Bulekov wrote: > > > > Hello, > > I'm trying to collect coverage over the syscalls issued by my process, > > as well as the kthreads spawned as a result of these syscalls > > (eg coverage over vhost

Re: Collecting both remote and "local" coverage with KCOV

2020-11-16 Thread Dmitry Vyukov
On Mon, Nov 16, 2020 at 3:39 AM Alexander Bulekov wrote: > > Hello, > I'm trying to collect coverage over the syscalls issued by my process, > as well as the kthreads spawned as a result of these syscalls > (eg coverage over vhost ioctls and the worker kthread). Is there a way > to collect coverag

Collecting both remote and "local" coverage with KCOV

2020-11-15 Thread Alexander Bulekov
Hello, I'm trying to collect coverage over the syscalls issued by my process, as well as the kthreads spawned as a result of these syscalls (eg coverage over vhost ioctls and the worker kthread). Is there a way to collect coverage with both KCOV_REMOTE_ENABLE(with common_handle) and KCOV_ENABLE, si