Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.2-rc5 11 lines 417 B view raw
1# This config fragment enables coverage on UML, which is different from the 2# normal gcov used in other arches (no debugfs). 3# Example usage: 4# ./tools/testing/kunit/kunit.py run \ 5# --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \ 6# --kunitconfig=tools/testing/kunit/configs/coverage_uml.config 7 8CONFIG_DEBUG_KERNEL=y 9CONFIG_DEBUG_INFO=y 10CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y 11CONFIG_GCOV=y