diff options
| author | Vegard Nossum <vegard.nossum@oracle.com> | 2024-08-06 08:38:09 -0700 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2024-08-09 13:18:46 +0100 |
| commit | 3ade6ce1255e6e97f91b8ba77408dce9d2292df2 (patch) | |
| tree | e7569aa466936ffef0f31486e7c1bead381fc441 /Documentation/dev-tools | |
| parent | bc75dcc3cea797974913c6ccdbe17ed470be3da6 (diff) | |
selftests: rds: add testing infrastructure
This adds some basic self-testing infrastructure for RDS-TCP.
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/dev-tools')
| -rw-r--r-- | Documentation/dev-tools/gcov.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/dev-tools/gcov.rst b/Documentation/dev-tools/gcov.rst index 5fce2b06f229..dbd26b02ff3c 100644 --- a/Documentation/dev-tools/gcov.rst +++ b/Documentation/dev-tools/gcov.rst @@ -75,6 +75,17 @@ Only files which are linked to the main kernel image or are compiled as kernel modules are supported by this mechanism. +Module specific configs +----------------------- + +Gcov kernel configs for specific modules are described below: + +CONFIG_GCOV_PROFILE_RDS: + Enables GCOV profiling on RDS for checking which functions or + lines are executed. This config is used by the rds selftest to + generate coverage reports. If left unset the report is omitted. + + Files ----- |