Based on kernel version 6.12.4
. Page generated on 2024-12-12 21:02 EST
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | .. SPDX-License-Identifier: GPL-2.0 .. include:: ../disclaimer-zh_TW.rst :Original: Documentation/dev-tools/index.rst :Translator: 趙軍奎 Bernard Zhao <bernard@vivo.com> ============ 內核開發工具 ============ 本文檔是有關內核開發工具文檔的合集。 目前這些文檔已經整理在一起,不需要再花費額外的精力。 歡迎任何補丁。 有關測試專用工具的簡要概述,參見 Documentation/translations/zh_TW/dev-tools/testing-overview.rst .. class:: toc-title 目錄 .. toctree:: :maxdepth: 2 testing-overview sparse gcov kasan gdb-kernel-debugging Todolist: - coccinelle - kcov - ubsan - kmemleak - kcsan - kfence - kgdb - kselftest - kunit/index |