Re: [PATCH v2] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-16 Thread Shuah Khan
On 10/16/20 8:18 AM, Andrey Konovalov wrote: On Tue, Oct 13, 2020 at 7:28 PM Shuah Khan wrote: On 10/12/20 11:10 AM, Andrey Konovalov wrote: From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for

Re: [PATCH v2] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-16 Thread Andrey Konovalov
On Tue, Oct 13, 2020 at 7:28 PM Shuah Khan wrote: > > On 10/12/20 11:10 AM, Andrey Konovalov wrote: > > From: Nazime Hande Harputluoglu > > > > Add kcov_remote_start()/kcov_remote_stop() annotations to the > > vhci_rx_loop() function, which is responsible for parsing USB/IP packets > > coming

Re: [PATCH v2] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-14 Thread Andrey Konovalov
On Tue, Oct 13, 2020 at 7:28 PM Shuah Khan wrote: > > On 10/12/20 11:10 AM, Andrey Konovalov wrote: > > From: Nazime Hande Harputluoglu > > > > Add kcov_remote_start()/kcov_remote_stop() annotations to the > > vhci_rx_loop() function, which is responsible for parsing USB/IP packets > > coming

Re: [PATCH v2] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-13 Thread Shuah Khan
On 10/12/20 11:10 AM, Andrey Konovalov wrote: From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for parsing USB/IP packets coming into USB/IP client. Since vhci_rx_loop() threads are spawned per vhci_hcd

[PATCH v2] kcov, usbip: collect coverage from vhci_rx_loop

2020-10-12 Thread Andrey Konovalov
From: Nazime Hande Harputluoglu Add kcov_remote_start()/kcov_remote_stop() annotations to the vhci_rx_loop() function, which is responsible for parsing USB/IP packets coming into USB/IP client. Since vhci_rx_loop() threads are spawned per vhci_hcd device instance, the common kcov handle is used