Back to home page

OSCL-LXR

 
 

    


0001 # This config fragment enables coverage on UML, which is different from the
0002 # normal gcov used in other arches (no debugfs).
0003 # Example usage:
0004 # ./tools/testing/kunit/kunit.py run \
0005 #   --kunitconfig=tools/testing/kunit/configs/all_tests_uml.config \
0006 #   --kunitconfig=tools/testing/kunit/configs/coverage_uml.config
0007 
0008 CONFIG_DEBUG_KERNEL=y
0009 CONFIG_DEBUG_INFO=y
0010 CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
0011 CONFIG_GCOV=y