| .. | .. |
|---|
| 22 | 22 | * minimizing kernel configurations (do I need this option if the |
|---|
| 23 | 23 | associated code is never run?) |
|---|
| 24 | 24 | |
|---|
| 25 | | -.. _gcov: http://gcc.gnu.org/onlinedocs/gcc/Gcov.html |
|---|
| 25 | +.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html |
|---|
| 26 | 26 | .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php |
|---|
| 27 | 27 | |
|---|
| 28 | 28 | |
|---|
| .. | .. |
|---|
| 171 | 171 | GCC and LLVM gcov tools are not necessarily compatible. Use gcov_ to work with |
|---|
| 172 | 172 | GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang. |
|---|
| 173 | 173 | |
|---|
| 174 | | -.. _gcov: http://gcc.gnu.org/onlinedocs/gcc/Gcov.html |
|---|
| 174 | +.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html |
|---|
| 175 | 175 | .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html |
|---|
| 176 | 176 | |
|---|
| 177 | 177 | Build differences between GCC and Clang gcov are handled by Kconfig. It |
|---|
| .. | .. |
|---|
| 203 | 203 | may not correctly copy files from sysfs. |
|---|
| 204 | 204 | |
|---|
| 205 | 205 | Solution |
|---|
| 206 | | - Use ``cat``' to read ``.gcda`` files and ``cp -d`` to copy links. |
|---|
| 206 | + Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links. |
|---|
| 207 | 207 | Alternatively use the mechanism shown in Appendix B. |
|---|
| 208 | 208 | |
|---|
| 209 | 209 | |
|---|