hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/dev-tools/gcov.rst
....@@ -22,7 +22,7 @@
2222 * minimizing kernel configurations (do I need this option if the
2323 associated code is never run?)
2424
25
-.. _gcov: http://gcc.gnu.org/onlinedocs/gcc/Gcov.html
25
+.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
2626 .. _lcov: http://ltp.sourceforge.net/coverage/lcov.php
2727
2828
....@@ -171,7 +171,7 @@
171171 GCC and LLVM gcov tools are not necessarily compatible. Use gcov_ to work with
172172 GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang.
173173
174
-.. _gcov: http://gcc.gnu.org/onlinedocs/gcc/Gcov.html
174
+.. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html
175175 .. _llvm-cov: https://llvm.org/docs/CommandGuide/llvm-cov.html
176176
177177 Build differences between GCC and Clang gcov are handled by Kconfig. It
....@@ -203,7 +203,7 @@
203203 may not correctly copy files from sysfs.
204204
205205 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.
207207 Alternatively use the mechanism shown in Appendix B.
208208
209209