Home
last modified time | relevance | path

Searched full:gcov (Results 1 – 9 of 9) sorted by relevance

/qemu/
H A D.gitignore22 *.gcov
H A Dmeson.build4805 summary_info += {'gcov': get_option('b_coverage')}
/qemu/tests/functional/
H A Dtest_netdev_ethtool.py16 # Runs in about 17s under KVM, 19s under TCG, 25s under GCOV
/qemu/scripts/coverage/
H A Dcompare_gcov_json.py5 # - create two build dirs with --enable-gcov
/qemu/tests/functional/qemu_test/
H A Dtuxruntest.py22 # Tests are ~10-40s, allow for --debug/--enable-gcov overhead
/qemu/docs/devel/testing/
H A Dmain.rst1018 GCC gcov support
1021 ``gcov`` is a GCC tool to analyze the testing coverage by
1023 ``--enable-gcov`` option and build. Then run the tests as usual.
1033 Further analysis can be conducted by running the ``gcov`` command
1034 directly on the various .gcda output files. Please read the ``gcov``
/qemu/.gitlab-ci.d/
H A Dbuildtest.yml595 # gcov is a GCC features
596 gcov:
603 CONFIGURE_ARGS: --enable-gcov
/qemu/scripts/
H A Dmeson-buildoptions.py38 "b_coverage": "gcov",
H A Dmeson-buildoptions.sh40 printf "%s\n" ' --enable-gcov Enable coverage tracking.'
245 --enable-gcov) printf "%s" -Db_coverage=true ;;
246 --disable-gcov) printf "%s" -Db_coverage=false ;;