--- a/Documentation/dev-tools/kcov.rst~documentation-kcov-define-ip-in-the-example +++ a/Documentation/dev-tools/kcov.rst @@ -178,6 +178,8 @@ Comparison operands collection is simila /* Read number of comparisons collected. */ n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED); for (i = 0; i < n; i++) { + uint64_t ip; + type = cover[i * KCOV_WORDS_PER_CMP + 1]; /* arg1 and arg2 - operands of the comparison. */ arg1 = cover[i * KCOV_WORDS_PER_CMP + 2];