Home
last modified time | relevance | path

Searched refs:kcov (Results 1 – 12 of 12) sorted by relevance

/linux/scripts/
H A DMakefile.kcov2 kcov-flags-y += -fsanitize-coverage=trace-pc
3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
5 kcov-rflags-y += -Cpasses=sancov-module
6 kcov-rflags-y += -Cllvm-args=-sanitizer-coverage-level=3
7 kcov-rflags-y += -Cllvm-args=-sanitizer-coverage-trace-pc
8 kcov-rflags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -Cllvm-args=-sanitizer-coverage-trace-compares
10 export CFLAGS_KCOV := $(kcov-flags-y)
11 export RUSTFLAGS_KCOV := $(kcov-rflags-y)
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst5 :Original: Documentation/dev-tools/kcov.rst
12 一个正在运行的内核的覆盖率数据可以通过 ``kcov`` 调试文件导出。覆盖率的收集是基
79 fd = open("/sys/kernel/debug/kcov", O_RDWR);
132 ``/sys/kernel/debug/kcov``。
135 ``/sys/kernel/debug/kcov``,启用了追踪模式,映射了覆盖率缓冲区,然后在一个循
168 fd = open("/sys/kernel/debug/kcov", O_RDWR);
317 fd = open("/sys/kernel/debug/kcov", O_RDWR);
H A Dindex.rst23 kcov
/linux/Documentation/features/debug/kcov/
H A Darch-support.txt2 # Feature name: kcov
4 # description: arch supports kcov for coverage-guided fuzzing
/linux/Documentation/translations/zh_TW/dev-tools/
H A Dindex.rst35 - kcov
H A Dtesting-overview.rst78 Documentation/dev-tools/kcov.rst 是能夠構建在內核之中,用於在每個任務
/linux/Documentation/dev-tools/
H A Dindex.rst26 kcov
H A Dtesting-overview.rst79 Documentation/dev-tools/kcov.rst is a feature which can be built in to the
/linux/include/linux/
H A Dsched.h1545 struct kcov *kcov; member
1548 struct kcov *kcov_remote;
1563 struct kcov *kcov_saved_kcov;
/linux/
H A DMakefile1216 include-$(CONFIG_KCOV) += scripts/Makefile.kcov
H A DMAINTAINERS14077 F: Documentation/dev-tools/kcov.rst
14078 F: include/linux/kcov.h
14079 F: include/uapi/linux/kcov.h
14080 F: kernel/kcov.c
14081 F: scripts/Makefile.kcov
/linux/lib/
H A DKconfig.debug2181 For more details, see Documentation/dev-tools/kcov.rst.