Re: [PATCH net-next v1 2/3] net: rds: add option for GCOV profiling

2024-06-27 Thread Jakub Kicinski
On Tue, 25 Jun 2024 18:28:33 -0700 allison.hender...@oracle.com wrote: > From: Vegard Nossum > > To better our unit tests we need code coverage to be part of the kernel. > This patch borrows heavily from how CONFIG_GCOV_PROFILE_FTRACE is > implemented Hi Florian, IIRC you were able to generate t

[PATCH net-next v1 2/3] net: rds: add option for GCOV profiling

2024-06-25 Thread allison . henderson
From: Vegard Nossum To better our unit tests we need code coverage to be part of the kernel. This patch borrows heavily from how CONFIG_GCOV_PROFILE_FTRACE is implemented Reviewed-by: Chuck Lever Signed-off-by: Vegard Nossum Signed-off-by: Allison Henderson --- net/rds/Kconfig | 9 +